From aa422d9b4edd220eb7d9d20788a1d3ed0bb9d333 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 30 Nov 2013 18:49:13 -0200 Subject: [PATCH] increase number of active torrents --- libtorrent/src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/src/session.cpp b/libtorrent/src/session.cpp index 5382ff4a..088aa53d 100644 --- a/libtorrent/src/session.cpp +++ b/libtorrent/src/session.cpp @@ -1240,7 +1240,7 @@ namespace libtorrent , active_dht_limit(88) // don't announce more than once every 40 seconds , active_tracker_limit(1600) // don't announce to trackers more than once every 1.125 seconds , active_lsd_limit(60) // don't announce to local network more than once every 5 seconds - , active_limit(15) + , active_limit(25) , auto_manage_prefer_seeds(false) , dont_count_slow_torrents(true) , auto_manage_interval(30)