diff options
author | David Goulet <dgoulet@torproject.org> | 2022-11-09 15:29:04 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-11-09 15:29:04 -0500 |
commit | 560d44b08bbd00ef813b03202b98124901f17a9d (patch) | |
tree | f23fe0f44a923fa5cccb2ad59b7a08cb3b16a7ee /src/app | |
parent | bd055a258a71e7683e205b5f9df299053b137d32 (diff) | |
parent | 780ca741f3738877ad577f84fcebf6874427b2bc (diff) | |
download | tor-560d44b08bbd00ef813b03202b98124901f17a9d.tar.gz tor-560d44b08bbd00ef813b03202b98124901f17a9d.zip |
Merge branch 'maint-0.4.7'
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index a3382c761b..7443d6bcb3 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -549,7 +549,7 @@ static const config_var_t option_vars_[] = { V(MaxConsensusAgeForDiffs, INTERVAL, "0 seconds"), VAR("MaxMemInQueues", MEMUNIT, MaxMemInQueues_raw, "0"), OBSOLETE("MaxOnionsPending"), - V(MaxOnionQueueDelay, MSEC_INTERVAL, "1750 msec"), + V(MaxOnionQueueDelay, MSEC_INTERVAL, "0"), V(MaxUnparseableDescSizeToLog, MEMUNIT, "10 MB"), VPORT(MetricsPort), V(MetricsPortPolicy, LINELIST, NULL), |