From 419bb728027acbc8df420e401ea87b758d8a920c Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 21 Nov 2016 15:01:43 +0100 Subject: [PATCH] feature #370, details on config setting --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config_default.inc.php b/include/config_default.inc.php index cc5dcb925..c3b36064f 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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; // +-----------------------------------------------------------------------+