From aaf8e9cda22a2eb88c46d27cca931f6ff8f90250 Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:51:23 +0200 Subject: [PATCH] Update history_redis.lua --- src/plugins/lua/history_redis.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/history_redis.lua b/src/plugins/lua/history_redis.lua index 3eecd12ee..fff9f46b3 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; -- 2.39.5