Add optimize_max_tablesize to default config file

This commit is contained in:
Hypolite Petovan 2018-07-06 21:46:51 -04:00
parent 4d5b79a9d4
commit e627054f68
1 changed files with 6 additions and 0 deletions

View File

@ -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