aboutsummaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-31 10:06:43 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-31 10:06:43 -0500
commit5fc0437e748932291627ebd7fd949b987023362e (patch)
tree676ad58ebdfd2c48e00c5895672bca36d942844a /src/or/consdiffmgr.c
parent86e6cb640942de251e601b43a8afad45c4761268 (diff)
downloadtor-5fc0437e748932291627ebd7fd949b987023362e.tar.gz
tor-5fc0437e748932291627ebd7fd949b987023362e.zip
But in most Earth cultures, there are 60s in a minute.
Diffstat (limited to 'src/or/consdiffmgr.c')
-rw-r--r--src/or/consdiffmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c
index 18aa9c2c05..a4ff9f2dad 100644
--- a/src/or/consdiffmgr.c
+++ b/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);