lower some default settings
This commit is contained in:
@@ -118,7 +118,7 @@ namespace libtorrent
|
|||||||
, min_reconnect_time(60)
|
, min_reconnect_time(60)
|
||||||
, peer_connect_timeout(15)
|
, peer_connect_timeout(15)
|
||||||
, ignore_limits_on_local_network(true)
|
, ignore_limits_on_local_network(true)
|
||||||
, connection_speed(10)
|
, connection_speed(6)
|
||||||
, send_redundant_have(false)
|
, send_redundant_have(false)
|
||||||
, lazy_bitfields(true)
|
, lazy_bitfields(true)
|
||||||
, inactivity_timeout(600)
|
, inactivity_timeout(600)
|
||||||
@@ -231,7 +231,7 @@ namespace libtorrent
|
|||||||
, enable_incoming_utp(true)
|
, enable_incoming_utp(true)
|
||||||
, enable_outgoing_tcp(true)
|
, enable_outgoing_tcp(true)
|
||||||
, enable_incoming_tcp(true)
|
, enable_incoming_tcp(true)
|
||||||
, max_pex_peers(200)
|
, max_pex_peers(50)
|
||||||
, ignore_resume_timestamps(false)
|
, ignore_resume_timestamps(false)
|
||||||
, no_recheck_incomplete_resume(false)
|
, no_recheck_incomplete_resume(false)
|
||||||
, anonymous_mode(false)
|
, anonymous_mode(false)
|
||||||
|
Reference in New Issue
Block a user