bug13823-decrease-consensus-interval 409 B

123456789
  1. o Minor bugfixes (Testing networks):
  2. - Decrease minimum consensus interval to 10 seconds
  3. when TestingTorNetwork is set, or 5 seconds for
  4. the first consensus.
  5. Fix assumptions throughout the code that assume larger interval values.
  6. This assists in quickly bootstrapping a testing
  7. Tor network.
  8. Fixes bugs 13718 and 13823; bugfix on 0.2.0.3-alpha.
  9. Patch by "teor".