From d677b4bd0f3f7d6d34fc9c1a7b44a08d1ad6f8e2 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Mon, 26 Mar 2007 21:23:47 +0000 Subject: [PATCH] more default prefs --- src/interface.py | 7 +++++++ 1 file changed, 7 insertions(+) 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,