From: Hypolite Petovan Date: Sat, 7 Jul 2018 01:46:51 +0000 (-0400) Subject: Add optimize_max_tablesize to default config file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e627054f687e027e5de5418882ccf5d1fb75fda9;p=friendica.git Add optimize_max_tablesize to default config file --- diff --git a/config/defaults.ini.php b/config/defaults.ini.php index 0c4492ea96..5139102779 100644 --- a/config/defaults.ini.php +++ b/config/defaults.ini.php @@ -265,6 +265,12 @@ min_poll_interval = 1 ; Allow pseudonyms (true) or enforce a space between firstname and lastname in Full name, as an antispam measure (false). no_regfullname = true +; optimize_max_tablesize (Integer) +; Maximum table size (in MB) for the automatic optimization. +; -1 to disable automatic optimization. +; 0 to use internal default (100MB) +optimize_max_tablesize = -1 + ; session_handler (database|cache|native) ; Whether to use Cache to store session data or to use PHP native session storage. session_handler = database