]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Set fuzzy worker count to 1 743/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 22 Jul 2016 16:30:54 +0000 (17:30 +0100)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 22 Jul 2016 16:30:54 +0000 (17:30 +0100)
test/functional/configs/fuzzy.conf

index 9a4ed32d35b8e0c88842dcf73aa522ce1f798179..e8d5db62884503ed087a3935615f67d3b6cc602c 100644 (file)
@@ -14,10 +14,6 @@ metric = {
                reject = 100500,
        }
        unknown_weight = 1
-        symbol {
-            weight = 0.0;
-            name = "R_TEST_FUZZY_UNKNOWN";
-        }
         symbol {
             weight = 10.0;
             name = "${FLAG1_SYMBOL}";
@@ -42,6 +38,7 @@ worker {
 }
 
 worker {
+       count = 1;
        bind_socket = "${LOCAL_ADDR}:${PORT_FUZZY}";
        type = "fuzzy";
        hashfile = "${TMPDIR}/fuzzy.db";