From 92263af970b38629a03f74a948fbfc2e711af465 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 21 Jun 2007 19:16:05 +0000 Subject: [PATCH] upped default number of max connections to match that of utorrent --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 55b3c8afc..0851530a9 100644 --- a/src/pref.py +++ b/src/pref.py @@ -52,7 +52,7 @@ DEFAULT_PREFS = { "listen_on" : [6881,6889], "lock_tray" : False, "max_active_torrents" : -1, - "max_connections" : 200, + "max_connections" : 600, "max_download_rate" : -1.0, "max_download_rate_bps": -1.0, "max_number_downloads" : -1.0,