Config to enable the optimizing of all tables
This commit is contained in:
parent
cef063e4fd
commit
bd0348b53c
2 changed files with 30 additions and 23 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue