aboutsummaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-31 10:06:49 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-31 10:06:49 -0500
commit9bfb6fe3958240172f1133e918d1fc6bd5732532 (patch)
tree1ea73761ab53e346d34e7a793b8b4ee0c0da18ab /src/or/consdiffmgr.c
parentcb90defba6f16ac96578a6b88c2c3d384a7748ee (diff)
parent5fc0437e748932291627ebd7fd949b987023362e (diff)
downloadtor-9bfb6fe3958240172f1133e918d1fc6bd5732532.tar.gz
tor-9bfb6fe3958240172f1133e918d1fc6bd5732532.zip
Merge branch 'maint-0.3.1' into maint-0.3.2
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 1d30b46ed2..8349f257de 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);