Browse Source

[Minor] Reduce default history_redisy rows

tags/1.7.0
Vsevolod Stakhov 6 years ago
parent
commit
baf80710bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/modules.d/history_redis.conf

+ 1
- 1
conf/modules.d/history_redis.conf View 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"

Loading…
Cancel
Save