From: Vsevolod Stakhov Date: Thu, 2 Nov 2023 14:17:34 +0000 (+0000) Subject: [Conf] Add note X-Git-Tag: 3.8.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a230d606e7e86add2f746009c906ae0996c91792;p=thirdparty%2Frspamd.git [Conf] Add note Issue: #4677 --- diff --git a/conf/rspamd.conf b/conf/rspamd.conf index 8ce93441cc..b05a18b721 100644 --- a/conf/rspamd.conf +++ b/conf/rspamd.conf @@ -66,7 +66,7 @@ worker "rspamd_proxy" { worker "fuzzy" { bind_socket = "localhost:11335"; - count = -1; # Disable by default + count = -1; # Disable by default, see #4677 for details .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"