mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
more default prefs
This commit is contained in:
parent
77d675c1bf
commit
d677b4bd0f
@ -33,13 +33,20 @@ DEFAULT_PREFS = {
|
|||||||
"auto_end_seeding" : False,
|
"auto_end_seeding" : False,
|
||||||
"close_to_tray" : False,
|
"close_to_tray" : False,
|
||||||
"default_download_path" : "",
|
"default_download_path" : "",
|
||||||
|
"dht_connections" : 80,
|
||||||
|
"enable_dht" : True,
|
||||||
|
"enable_pex" : True,
|
||||||
"enable_system_tray" : True,
|
"enable_system_tray" : True,
|
||||||
|
"enable_upnp" : True,
|
||||||
"enabled_plugins" : "",
|
"enabled_plugins" : "",
|
||||||
"end_seed_ratio" : 0.0,
|
"end_seed_ratio" : 0.0,
|
||||||
|
"gui_update_interval" : 1.0,
|
||||||
"max_download_rate" : -1.0,
|
"max_download_rate" : -1.0,
|
||||||
"max_number_downloads" : -1.0,
|
"max_number_downloads" : -1.0,
|
||||||
|
"max_number_torrents" : -1.0,
|
||||||
"max_number_uploads" : -1.0,
|
"max_number_uploads" : -1.0,
|
||||||
"max_upload_rate" : -1.0,
|
"max_upload_rate" : -1.0,
|
||||||
|
"queue_seeds_to_bottom" : False,
|
||||||
"show_dl" : True,
|
"show_dl" : True,
|
||||||
"show_eta" : True,
|
"show_eta" : True,
|
||||||
"show_infopane" : True,
|
"show_infopane" : True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user