]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Reduce default history_redisy rows
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 9 Dec 2017 12:59:50 +0000 (12:59 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 9 Dec 2017 12:59:50 +0000 (12:59 +0000)
conf/modules.d/history_redis.conf

index 869a6638e518a9db8977e811d4e35ea415e578ca..30ff6bbee1a1ae247f0f9d794f59edfe12a99d17 100644 (file)
@@ -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"