1
0
Fork 0

Periodically run an "optimize table" command for cache tables

This commit is contained in:
Michael 2020-08-04 12:24:24 +00:00
commit d153db44ac
6 changed files with 22 additions and 51 deletions

View file

@ -146,6 +146,10 @@ return [
// in the user settings, this controls the maximum file
// size of the upload file.
'max_csv_file_size' => 30720,
// optimize_tables (Boolean)
// Periodically (once an hour) run an "optimize table" command for cache tables
'optimize_tables' => false,
],
// Used in the admin settings to lock certain features