Explorar o código

Merge branch 'maint-0.3.1' into maint-0.3.2

Nick Mathewson %!s(int64=6) %!d(string=hai) anos
pai
achega
9bfb6fe395
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/consdiffmgr.c

+ 1 - 1
src/or/consdiffmgr.c

@@ -1311,7 +1311,7 @@ store_multiple(consensus_cache_entry_handle_t **handles_out,
                             body_out,
                             bodylen_out);
       if (ent == NULL) {
-        static ratelim_t cant_store_ratelim = RATELIM_INIT(5*70);
+        static ratelim_t cant_store_ratelim = RATELIM_INIT(5*60);
         log_fn_ratelim(&cant_store_ratelim, LOG_WARN, LD_FS,
                        "Unable to store object %s compressed with %s.",
                        description, methodname);