increase the default session tick interval
This commit is contained in:
parent
c94ed806db
commit
9e610dca46
|
@ -1312,7 +1312,7 @@ namespace libtorrent
|
||||||
, no_recheck_incomplete_resume(false)
|
, no_recheck_incomplete_resume(false)
|
||||||
, anonymous_mode(true)
|
, anonymous_mode(true)
|
||||||
, force_proxy(false)
|
, force_proxy(false)
|
||||||
, tick_interval(100)
|
, tick_interval(500)
|
||||||
, report_web_seed_downloads(true)
|
, report_web_seed_downloads(true)
|
||||||
, share_mode_target(3)
|
, share_mode_target(3)
|
||||||
, upload_rate_limit(0)
|
, upload_rate_limit(0)
|
||||||
|
|
Loading…
Reference in New Issue