mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
commit
1e81aaa62f
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ store_multiple(consensus_cache_entry_handle_t **handles_out,
|
||||||
body_out,
|
body_out,
|
||||||
bodylen_out);
|
bodylen_out);
|
||||||
if (ent == NULL) {
|
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,
|
log_fn_ratelim(&cant_store_ratelim, LOG_WARN, LD_FS,
|
||||||
"Unable to store object %s compressed with %s.",
|
"Unable to store object %s compressed with %s.",
|
||||||
description, methodname);
|
description, methodname);
|
||||||
|
|
Loading…
Add table
Reference in a new issue