]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Optionally display the resharer as icon
[friendica.git] / static / settings.config.php
index abfb1024e0b6167f0b6057ba59c5516fa051ee5f..9c4e739f08b56d5d5619ff7aeda50ca07c85adba 100644 (file)
@@ -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