more default prefs
This commit is contained in:
parent
77d675c1bf
commit
d677b4bd0f
|
@ -33,13 +33,20 @@ DEFAULT_PREFS = {
|
|||
"auto_end_seeding" : False,
|
||||
"close_to_tray" : False,
|
||||
"default_download_path" : "",
|
||||
"dht_connections" : 80,
|
||||
"enable_dht" : True,
|
||||
"enable_pex" : True,
|
||||
"enable_system_tray" : True,
|
||||
"enable_upnp" : True,
|
||||
"enabled_plugins" : "",
|
||||
"end_seed_ratio" : 0.0,
|
||||
"gui_update_interval" : 1.0,
|
||||
"max_download_rate" : -1.0,
|
||||
"max_number_downloads" : -1.0,
|
||||
"max_number_torrents" : -1.0,
|
||||
"max_number_uploads" : -1.0,
|
||||
"max_upload_rate" : -1.0,
|
||||
"queue_seeds_to_bottom" : False,
|
||||
"show_dl" : True,
|
||||
"show_eta" : True,
|
||||
"show_infopane" : True,
|
||||
|
|
Loading…
Reference in New Issue