X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=static%2Fsettings.config.php;h=9c4e739f08b56d5d5619ff7aeda50ca07c85adba;hb=355284841aaada87b6600300b8fcd42bab2a78e6;hp=abfb1024e0b6167f0b6057ba59c5516fa051ee5f;hpb=01640a7045e146759bc936dd499ac27738b78940;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index abfb1024e0..9c4e739f08 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -146,6 +146,14 @@ 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, + + // 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