Issue 8961: Rearranged config defaults
This commit is contained in:
parent
b5ebfb3147
commit
e4c0c30086
2 changed files with 10 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue