diff options
Diffstat (limited to 'src/or/consdiffmgr.c')
-rw-r--r-- | src/or/consdiffmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c index eaeed0b7fd..02b905a520 100644 --- a/src/or/consdiffmgr.c +++ b/src/or/consdiffmgr.c @@ -1314,7 +1314,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); |