]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
But in most Earth cultures, there are 60s in a minute.
authorNick Mathewson <nickm@torproject.org>
Wed, 31 Jan 2018 15:06:43 +0000 (10:06 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 31 Jan 2018 15:06:43 +0000 (10:06 -0500)
src/or/consdiffmgr.c

index 18aa9c2c05c44074e0b86999e21ceb359ea7171c..a4ff9f2dad7ba9ff762a4ab1725412c166df6e3a 100644 (file)
@@ -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);