From: Andrew Lewis Date: Fri, 22 Jul 2016 16:30:54 +0000 (+0100) Subject: [Test] Set fuzzy worker count to 1 X-Git-Tag: 1.3.0~10^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F743%2Fhead;p=rspamd.git [Test] Set fuzzy worker count to 1 --- diff --git a/test/functional/configs/fuzzy.conf b/test/functional/configs/fuzzy.conf index 9a4ed32d3..e8d5db628 100644 --- a/test/functional/configs/fuzzy.conf +++ b/test/functional/configs/fuzzy.conf @@ -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";