]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #12879 from MrPetovan/bug/12871-process-host
[friendica.git] / static / defaults.config.php
index 2c45e45e48677055e0470e7abccc11adbe3e3d3a..90886347e5349263bace4ffa0c72efb563aa831f 100644 (file)
@@ -487,6 +487,10 @@ return [
                // Don't show smilies.
                'no_smilies' => false,
 
+               // optimize_all_tables (Boolean)
+               // Optimizes all tables instead of only tables like workerqueue or the cache
+               'optimize_all_tables' => false,
+
                // paranoia (Boolean)
                // Log out users if their IP address changed.
                'paranoia' => false,