more default prefs

This commit is contained in:
Zach Tibbitts 2007-03-26 21:23:47 +00:00
parent 77d675c1bf
commit d677b4bd0f

View File

@ -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,