]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Reduce hs load timeout (do we need it still?)
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 14 Sep 2020 14:08:50 +0000 (15:08 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 14 Sep 2020 14:08:50 +0000 (15:08 +0100)
src/hs_helper.c

index 873dc7f8860898b5a8831a1335663091add1280e..5cef731f2ea831ac3271215cb13e72766d24518d 100644 (file)
@@ -221,10 +221,10 @@ rspamd_rs_compile_cb (guint ncompiled, GError *err, void *cbd)
 
        /*
         * Do not send notification unless all other workers are started
-        * XXX: now we just sleep for 5 seconds to ensure that
+        * XXX: now we just sleep for 1 seconds to ensure that
         */
        if (!ctx->loaded) {
-               when = 5.0; /* Postpone */
+               when = 1.0; /* Postpone */
                ctx->loaded = TRUE;
                msg_info ("compiled %d regular expressions to the hyperscan tree, "
                                  "postpone loaded notification for %.0f seconds to avoid races",