client.tmpl 441 B

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