This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[Rspamd] Set history lines to 10000
andryyy
6 years ago
parent
12291436cd
commit
6f478ed2a3
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
data/conf/rspamd/local.d/history_redis.conf
+ 1
- 0
data/conf/rspamd/local.d/history_redis.conf
View File
@@ -0,0 +1 @@
+nrows = 10000;