1
0
Fork 0

Issue 8961: Rearranged config defaults

This commit is contained in:
Michael 2020-09-09 16:58:58 +00:00
commit e4c0c30086
2 changed files with 10 additions and 14 deletions

View file

@ -141,19 +141,9 @@ return [
// Used by the worker in a non-HTTP execution environment.
'url' => '',
// max_csv_file_size (Integer)
// When uploading a CSV with account addresses to follow
// 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,
// display_resharer (Boolean)
// Display the first resharer as icon and text on a reshared item.
'display_resharer' => false,
],
// Used in the admin settings to lock certain features