[Rspamd] Slight changes to improve memory usage
[Web] Dirty hack to touch Rspamd maps a second time
This commit is contained in:
@@ -7,3 +7,4 @@ dns {
|
||||
retransmits = 2;
|
||||
}
|
||||
disable_monitoring = true;
|
||||
full_gc_iters = 1;
|
||||
|
1
data/conf/rspamd/local.d/phishing.conf
Normal file
1
data/conf/rspamd/local.d/phishing.conf
Normal file
@@ -0,0 +1 @@
|
||||
phishtank_enabled = false;
|
@@ -1,4 +1,4 @@
|
||||
level = "silent";
|
||||
level = "info";
|
||||
type = "console";
|
||||
systemd = false;
|
||||
.include "$CONFDIR/logging.inc"
|
||||
|
@@ -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)
|
||||
|
@@ -1,3 +1,4 @@
|
||||
bind_socket = "*:11333";
|
||||
task_timeout = 12s;
|
||||
count = 1;
|
||||
.include(try=true; priority=20) "$CONFDIR/override.d/worker-normal.custom.inc"
|
||||
|
Reference in New Issue
Block a user