tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9bfb6fe3958240172f1133e918d1fc6bd5732532
parent cb90defba6f16ac96578a6b88c2c3d384a7748ee
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 31 Jan 2018 10:06:49 -0500

Merge branch 'maint-0.3.1' into maint-0.3.2

Diffstat:
Msrc/or/consdiffmgr.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);