From 31128a2e255affcc13d99352107af85edd535681 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 24 Jul 2007 20:21:23 +0000 Subject: [PATCH] fix max_number_uploads name --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index e57b999ce..f55dc3a16 100644 --- a/src/pref.py +++ b/src/pref.py @@ -68,7 +68,7 @@ DEFAULT_PREFS = { "max_number_uploads" : -1, "max_upload_speed" : -1, "max_upload_speed_bps" : -1, - "max_uploads" : 2, + "max_number_uploads" : -1, "pref_rc4" : True, "prioritize_first_last_pieces" : False, "proxy_type" : common.ProxyType.none,