mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
file and peer plugins on by default and change upload slots
This commit is contained in:
parent
547766cdf9
commit
782457d8d7
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ DEFAULT_PREFS = {
|
|||
"choose_directory_dialog_path": os.path.expanduser("~/"),
|
||||
"enable_dht" : True,
|
||||
"enable_system_tray" : True,
|
||||
"enabled_plugins" : "",
|
||||
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
||||
"encin_state" : common.EncState.enabled,
|
||||
"encout_state" : common.EncState.enabled,
|
||||
"enclevel_type" : common.EncLevel.both,
|
||||
|
@ -67,7 +67,7 @@ DEFAULT_PREFS = {
|
|||
"max_connections_per_torrent" : -1,
|
||||
"max_download_speed" : -1,
|
||||
"max_download_speed_bps": -1,
|
||||
"max_upload_slots_global" : 15,
|
||||
"max_upload_slots_global" : 4,
|
||||
"max_upload_slots_per_torrent" : -1,
|
||||
"max_upload_speed" : -1,
|
||||
"max_upload_speed_bps" : -1,
|
||||
|
|
Loading…
Add table
Reference in a new issue