1
0
Fork 0

Config to enable the optimizing of all tables

This commit is contained in:
Michael 2023-02-20 14:46:58 +00:00
commit bd0348b53c
2 changed files with 30 additions and 23 deletions

View file

@ -487,6 +487,10 @@ return [
// Don't show smilies.
'no_smilies' => false,
// optimize_all_tables (Boolean)
// Optimizes all tables instead of only tables like workerqueue or the cache
'optimize_all_tables' => false,
// paranoia (Boolean)
// Log out users if their IP address changed.
'paranoia' => false,