* Removed unused max_number_downloads preference.
* Changed max_number_uploads from -1 to 5 by default, with unlimited number of upload slots users have download speed issues.
This commit is contained in:
parent
4f23af98da
commit
87821dfc92
|
@ -64,11 +64,9 @@ DEFAULT_PREFS = {
|
||||||
"max_connections" : 400,
|
"max_connections" : 400,
|
||||||
"max_download_speed" : -1,
|
"max_download_speed" : -1,
|
||||||
"max_download_speed_bps": -1,
|
"max_download_speed_bps": -1,
|
||||||
"max_number_downloads" : -1,
|
"max_number_uploads" : 5,
|
||||||
"max_number_uploads" : -1,
|
|
||||||
"max_upload_speed" : -1,
|
"max_upload_speed" : -1,
|
||||||
"max_upload_speed_bps" : -1,
|
"max_upload_speed_bps" : -1,
|
||||||
"max_number_uploads" : -1,
|
|
||||||
"pref_rc4" : True,
|
"pref_rc4" : True,
|
||||||
"prioritize_first_last_pieces" : False,
|
"prioritize_first_last_pieces" : False,
|
||||||
"proxy_type" : common.ProxyType.none,
|
"proxy_type" : common.ProxyType.none,
|
||||||
|
|
Loading…
Reference in New Issue