From be362d194ca91bf7ca3fd893535cf012a4a9d79d Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 1 Aug 2007 20:44:40 +0000 Subject: [PATCH] set default max torrents to 8 --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 71b9fd2c0..3867fe8e7 100644 --- a/src/pref.py +++ b/src/pref.py @@ -60,7 +60,7 @@ DEFAULT_PREFS = { "gui_update_interval" : 1.0, "listen_on" : [6881,6889], "lock_tray" : False, - "max_active_torrents" : -1, + "max_active_torrents" : 8, "max_connections" : 200, "max_download_speed" : -1, "max_download_speed_bps": -1,