aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/config.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-11-09 10:25:30 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-11-09 11:57:32 -0500
commit93523ed0d69112758ec593fbf78ac122b7e196d9 (patch)
tree8100db805ae566483256d3a1ee4e8e5649d45cfb /src/app/config/config.c
parent4db03ac360213901d45beb8d54918f1a6417ccba (diff)
downloadtor-93523ed0d69112758ec593fbf78ac122b7e196d9.tar.gz
tor-93523ed0d69112758ec593fbf78ac122b7e196d9.zip
relay: Make MaxOnionQueueDelay into a consensus param
Part of #40704 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r--src/app/config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 15addd5be4..e02bcf0387 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),