diff --git a/src/interface.py b/src/interface.py index fd3debd8a..17908ed21 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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,