Changed max_number_uploads preference to 10 by default after some
tests/discussion.
This commit is contained in:
parent
87821dfc92
commit
3aea3280b8
|
@ -64,7 +64,7 @@ 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_uploads" : 5,
|
"max_number_uploads" : 10,
|
||||||
"max_upload_speed" : -1,
|
"max_upload_speed" : -1,
|
||||||
"max_upload_speed_bps" : -1,
|
"max_upload_speed_bps" : -1,
|
||||||
"pref_rc4" : True,
|
"pref_rc4" : True,
|
||||||
|
|
Loading…
Reference in New Issue