From: Vsevolod Stakhov Date: Mon, 16 Apr 2018 16:51:11 +0000 (+0100) Subject: [Minor] Remove unnecessary type X-Git-Tag: 1.7.4~90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=38dfe192fc706ffcad31296105dca7248cca6104;p=rspamd.git [Minor] Remove unnecessary type --- 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;