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