]> source.dussan.org Git - rspamd.git/commitdiff
Fuzzy storage is not threaded
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Nov 2015 17:08:01 +0000 (17:08 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Nov 2015 17:08:01 +0000 (17:08 +0000)
src/fuzzy_storage.c

index 8c924b104017c126c7510944152f3a1702850c54..0dfb74f257ef39f33a87bc195e83a8c254c79aa3 100644 (file)
@@ -58,8 +58,8 @@ worker_t fuzzy_worker = {
        init_fuzzy,                 /* Init function */
        start_fuzzy,                /* Start function */
        TRUE,                       /* No socket */
-       FALSE,                       /* Unique */
-       TRUE,                       /* Threaded */
+       FALSE,                      /* Unique */
+       FALSE,                      /* Threaded */
        FALSE,                      /* Non killable */
        SOCK_DGRAM                  /* UDP socket */
 };