From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:51:23 +0000 (+0200) Subject: Update history_redis.lua X-Git-Tag: 3.10.0~33^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaf8e9cda22a2eb88c46d27cca931f6ff8f90250;p=thirdparty%2Frspamd.git Update history_redis.lua --- diff --git a/src/plugins/lua/history_redis.lua b/src/plugins/lua/history_redis.lua index 3eecd12ee5..fff9f46b37 100644 --- a/src/plugins/lua/history_redis.lua +++ b/src/plugins/lua/history_redis.lua @@ -21,7 +21,7 @@ if confighelp then redis_history { # History key name key_prefix = 'rs_history{{HOSTNAME}}{{COMPRESS}}'; - # History expire in seconds + # Expire in seconds for inactive keys, default to 5 days expire = 432000; # History rows limit nrows = 200;