fix max_number_uploads name

This commit is contained in:
Marcos Pinto 2007-07-24 20:21:23 +00:00
parent 585f9b20b6
commit 31128a2e25
1 changed files with 1 additions and 1 deletions

View File

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