[Rspamd] Slight changes to improve memory usage

[Web] Dirty hack to touch Rspamd maps a second time
This commit is contained in:
andryyy
2019-10-30 20:07:58 +01:00
parent a1971f7af8
commit 27de9dbf92
9 changed files with 11 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
bind_socket = "*:11445";
allow_update = ["127.0.0.1", "::1"];
# Number of processes to serve this storage (useful for read scaling)
count = 2;
count = 1;
# Backend ("sqlite" or "redis" - default "sqlite")
backend = "redis";
# Hashes storage time (3 months)