]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove unnecessary type
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 16 Apr 2018 16:51:11 +0000 (17:51 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 16 Apr 2018 16:51:11 +0000 (17:51 +0100)
conf/rspamd.conf
conf/worker-normal.inc

index 8282eefebd122f960ce7f54d8b52003d7aab371a..e340eb08f9859bfec442896f107dc904a65ff27f 100644 (file)
@@ -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"
index ff4f0727ab017a757c597442fef52fac728c45c9..72aef0b84170f120fa65b009369ea09c4bed9325 100644 (file)
@@ -1,5 +1,4 @@
 # Included from top-level .conf file
 
-type = "normal";
 mime = true;
 task_timeout = 8s;