bug13401 465 B

1234567
  1. o Minor features (testing networks):
  2. - Drop the minimum RendPostPeriod on a testing network to 5 seconds,
  3. and the default to 2 minutes. Closes ticket 13401. Patch by "nickm".
  4. - Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds,
  5. but keep the default at 30 seconds. This reduces HS bootstrap time to
  6. around 25 seconds. Change src/test/test-network.sh default time to match.
  7. Closes ticket 13401. Patch by "teor".