Changed max_number_uploads preference to 10 by default after some

tests/discussion.
This commit is contained in:
Alex Dedul 2007-07-26 18:11:44 +00:00
parent 87821dfc92
commit 3aea3280b8
1 changed files with 1 additions and 1 deletions

View File

@ -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,