feature #370, details on config setting

This commit is contained in:
plegall
2016-11-21 15:01:43 +01:00
parent eef8a27f5e
commit 419bb72802

View File

@@ -560,7 +560,7 @@ $conf['history_autopurge_every'] = 1021;
// How many lines to keep in history on autopurge? 0 to disable.
$conf['history_autopurge_keep_lines'] = 1000000;
// On history autopurge, how many lines should to deleted, maximum?
// On history autopurge, how many lines should to deleted at once, maximum?
$conf['history_autopurge_blocksize'] = 50000;
// +-----------------------------------------------------------------------+