mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
file and peer plugins on by default and change upload slots
This commit is contained in:
parent
547766cdf9
commit
782457d8d7
@ -54,7 +54,7 @@ DEFAULT_PREFS = {
|
|||||||
"choose_directory_dialog_path": os.path.expanduser("~/"),
|
"choose_directory_dialog_path": os.path.expanduser("~/"),
|
||||||
"enable_dht" : True,
|
"enable_dht" : True,
|
||||||
"enable_system_tray" : True,
|
"enable_system_tray" : True,
|
||||||
"enabled_plugins" : "",
|
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
||||||
"encin_state" : common.EncState.enabled,
|
"encin_state" : common.EncState.enabled,
|
||||||
"encout_state" : common.EncState.enabled,
|
"encout_state" : common.EncState.enabled,
|
||||||
"enclevel_type" : common.EncLevel.both,
|
"enclevel_type" : common.EncLevel.both,
|
||||||
@ -67,7 +67,7 @@ DEFAULT_PREFS = {
|
|||||||
"max_connections_per_torrent" : -1,
|
"max_connections_per_torrent" : -1,
|
||||||
"max_download_speed" : -1,
|
"max_download_speed" : -1,
|
||||||
"max_download_speed_bps": -1,
|
"max_download_speed_bps": -1,
|
||||||
"max_upload_slots_global" : 15,
|
"max_upload_slots_global" : 4,
|
||||||
"max_upload_slots_per_torrent" : -1,
|
"max_upload_slots_per_torrent" : -1,
|
||||||
"max_upload_speed" : -1,
|
"max_upload_speed" : -1,
|
||||||
"max_upload_speed_bps" : -1,
|
"max_upload_speed_bps" : -1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user