]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Make more sane fuzzy_check default settings
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 19 Apr 2018 10:30:18 +0000 (11:30 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 19 Apr 2018 10:30:18 +0000 (11:30 +0100)
conf/modules.d/fuzzy_check.conf

index bee9785d873ac08a1afe0456236fc3e331a3e3c9..4dc7b299448d19ee01226302900d656f032e52d0 100644 (file)
@@ -15,6 +15,8 @@
 
 fuzzy_check {
     min_bytes = 1k; # Since small parts and small attachments causes too many FP
+    timeout = 2s;
+    retransmits = 1;
     rule "rspamd.com" {
         algorithm = "mumhash";
         servers = "fuzzy.rspamd.com:11335";