Change max connections default setting to 200
This commit is contained in:
parent
798b27cf34
commit
353795f02a
@ -12,6 +12,7 @@ Deluge 1.0.1 (In Development)
|
|||||||
it is not intended to work.
|
it is not intended to work.
|
||||||
* Fix freezing on start-up issues on systems that do not have a properly
|
* Fix freezing on start-up issues on systems that do not have a properly
|
||||||
configured localhost entry.
|
configured localhost entry.
|
||||||
|
* Change max connections default setting to 200
|
||||||
|
|
||||||
GtkUI:
|
GtkUI:
|
||||||
* Improve performance of files tab by only updating when values change
|
* Improve performance of files tab by only updating when values change
|
||||||
|
|||||||
@ -81,7 +81,7 @@ DEFAULT_PREFS = {
|
|||||||
"enc_out_policy": 1,
|
"enc_out_policy": 1,
|
||||||
"enc_level": 2,
|
"enc_level": 2,
|
||||||
"enc_prefer_rc4": True,
|
"enc_prefer_rc4": True,
|
||||||
"max_connections_global": -1,
|
"max_connections_global": 200,
|
||||||
"max_upload_speed": -1.0,
|
"max_upload_speed": -1.0,
|
||||||
"max_download_speed": -1.0,
|
"max_download_speed": -1.0,
|
||||||
"max_upload_slots_global": 4,
|
"max_upload_slots_global": 4,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user