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; // +-----------------------------------------------------------------------+