aboutsummaryrefslogtreecommitdiff
path: root/changes/bug13401
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug13401')
-rw-r--r--changes/bug134017
1 files changed, 5 insertions, 2 deletions
diff --git a/changes/bug13401 b/changes/bug13401
index 44be0851dd..e2834a09d3 100644
--- a/changes/bug13401
+++ b/changes/bug13401
@@ -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".