mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Speed up hidden service bootstrap by reducing the initial post delay
Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds, but keep the default at 30 seconds. Reduces the hidden service bootstrap to 25 seconds from around 45 seconds. Change the default src/test/test-network.sh delay to 25 seconds. Closes ticket 13401.
This commit is contained in:
+5
-2
@@ -1,4 +1,7 @@
|
||||
o Minor features (testing networks):
|
||||
- Drop the minimum RendPostPeriod on a testing network to 5 seconds,
|
||||
and the default to 2 minutes. Closes ticket 13401.
|
||||
|
||||
and the default to 2 minutes. Closes ticket 13401. Patch by "nickm".
|
||||
- Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds,
|
||||
but keep the default at 30 seconds. This reduces HS bootstrap time to
|
||||
around 25 seconds. Change src/test/test-network.sh default time to match.
|
||||
Closes ticket 13401. Patch by "teor".
|
||||
|
||||
Reference in New Issue
Block a user