lower default to 3 concurrent downloads

This commit is contained in:
Arvid Norberg 2011-03-21 04:59:03 +00:00
parent 16114ab27c
commit a79fb228f2
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ namespace libtorrent
, coalesce_writes(false)
, outgoing_ports(0,0)
, peer_tos(0)
, active_downloads(8)
, active_downloads(3)
, active_seeds(5)
, active_dht_limit(88) // don't announce more than once every 40 seconds
, active_tracker_limit(360) // don't announce to trackers more than once every 5 seconds