mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Adapt & remove impossible code
This commit is contained in:
parent
9386adb184
commit
7f184bf6fa
3 changed files with 14 additions and 17 deletions
|
@ -197,7 +197,7 @@ class Cron
|
|||
// Optimizing this table only last seconds
|
||||
if (DI::config()->get('system', 'optimize_tables')) {
|
||||
Logger::info('Optimize start');
|
||||
DBA::e("OPTIMIZE TABLE `post-delivery`");
|
||||
DBA::optimizeTable('post-delivery');
|
||||
Logger::info('Optimize end');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue