client.tmpl 418 B

123456789101112
  1. ${include:common.i}
  2. SocksPort $socksport
  3. #NOTE: Setting TestingClientConsensusDownloadSchedule doesn't
  4. # help -- dl_stats.schedule is not DL_SCHED_CONSENSUS
  5. # at boostrap time.
  6. # Try to download after:
  7. # the minimum initial consensus time to start with,
  8. # a few eager fetches,
  9. # then half the minimum testing consensus interval
  10. TestingClientDownloadSchedule 0, 5
  11. TestingClientConsensusDownloadSchedule 0, 5