From 3aea3280b8bde8f701792f997ff065cbc3ea94da Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Thu, 26 Jul 2007 18:11:44 +0000 Subject: [PATCH] Changed max_number_uploads preference to 10 by default after some tests/discussion. --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 20e97c49e..0c2281626 100644 --- a/src/pref.py +++ b/src/pref.py @@ -64,7 +64,7 @@ DEFAULT_PREFS = { "max_connections" : 400, "max_download_speed" : -1, "max_download_speed_bps": -1, - "max_number_uploads" : 5, + "max_number_uploads" : 10, "max_upload_speed" : -1, "max_upload_speed_bps" : -1, "pref_rc4" : True,