diff options
-rw-r--r-- | conf/rspamd.conf | 2 | ||||
-rw-r--r-- | conf/worker-normal.inc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/rspamd.conf b/conf/rspamd.conf index 8282eefeb..e340eb08f 100644 --- a/conf/rspamd.conf +++ b/conf/rspamd.conf @@ -57,7 +57,7 @@ worker "rspamd_proxy" { worker "fuzzy" { bind_socket = "localhost:11335"; - count = -1; + count = -1; # Disable by default .include "$CONFDIR/worker-fuzzy.inc" .include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-fuzzy.inc" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-fuzzy.inc" diff --git a/conf/worker-normal.inc b/conf/worker-normal.inc index ff4f0727a..72aef0b84 100644 --- a/conf/worker-normal.inc +++ b/conf/worker-normal.inc @@ -1,5 +1,4 @@ # Included from top-level .conf file -type = "normal"; mime = true; task_timeout = 8s; |