From a79fb228f2de01b2cd790dc701a6f16fa9a79a79 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 21 Mar 2011 04:59:03 +0000 Subject: [PATCH] lower default to 3 concurrent downloads --- include/libtorrent/session_settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index b67b349be..08d508c07 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -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