client.tmpl 466 B

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