increase the default session tick interval

This commit is contained in:
Arvid Norberg 2013-10-26 00:39:47 +00:00
parent c94ed806db
commit 9e610dca46
1 changed files with 1 additions and 1 deletions

View File

@ -1312,7 +1312,7 @@ namespace libtorrent
, no_recheck_incomplete_resume(false)
, anonymous_mode(true)
, force_proxy(false)
, tick_interval(100)
, tick_interval(500)
, report_web_seed_downloads(true)
, share_mode_target(3)
, upload_rate_limit(0)