X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=19f47d2b8a36b86ccc4a5d28751599dbf9aef28f;hb=df75a24dc7a501e9081d285f7f09060af7655583;hp=a5c6c3aeab22222d3f7ed88ab00981fe5a5ec02e;hpb=9ceda398ae7f18db48ac6b24ed054ed86c695ffa;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index a5c6c3aeab..19f47d2b8a 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,12 +1,28 @@ . + * + * This file declares the default values for the admin settings of Friendica. * * These values will be overridden by the admin settings page. * * Please don't edit this file directly as its content may change in the upcoming versions. + * */ return [ @@ -130,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