From baf80710bc92f6e989844764772a05c53f36c53a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 9 Dec 2017 12:59:50 +0000 Subject: [PATCH] [Minor] Reduce default history_redisy rows --- conf/modules.d/history_redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.d/history_redis.conf b/conf/modules.d/history_redis.conf index 869a6638e..30ff6bbee 100644 --- a/conf/modules.d/history_redis.conf +++ b/conf/modules.d/history_redis.conf @@ -16,7 +16,7 @@ history_redis { #servers = 127.0.0.1:6379; # Redis server to store history key_prefix = "rs_history"; # Default key name - nrows = 2000; # Default rows limit + nrows = 200; # Default rows limit compress = true; # Use zstd compression when storing data in redis .include(try=true,priority=5) "${DBDIR}/dynamic/history_redis.conf" -- 2.39.5