mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
Some small performance tweaks (indexes)
This commit is contained in:
parent
a8431584ba
commit
b5cca1ab93
4 changed files with 18 additions and 13 deletions
|
@ -91,7 +91,8 @@ class ClearCache
|
|||
DBA::e("OPTIMIZE TABLE `profile_check`");
|
||||
DBA::e("OPTIMIZE TABLE `session`");
|
||||
DBA::e("OPTIMIZE TABLE `tokens`");
|
||||
Logger::info('Optimize finished');
|
||||
DBA::e("OPTIMIZE TABLE `process`");
|
||||
Logger::info('Optimize finished');
|
||||
}
|
||||
|
||||
DI::config()->set('system', 'cache_last_cleared', time());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue