Remove the unused steveholt entry from the bootstrap list.
authorCameron Dale <camrdale@gmail.com>
Thu, 20 Mar 2008 22:12:29 +0000 (15:12 -0700)
committerCameron Dale <camrdale@gmail.com>
Thu, 20 Mar 2008 22:12:29 +0000 (15:12 -0700)
apt_p2p/apt_p2p_conf.py

index aaf20133aec6794c35d43f045047c4ec9cc7dccc..c4ecb93aad214de4fa63227a90bbb89d8392eea6 100644 (file)
@@ -73,8 +73,7 @@ DEFAULTS = {
 
 DHT_DEFAULTS = {
     # bootstrap nodes to contact to join the DHT
-    'BOOTSTRAP': """www.camrdale.org:9977
-        steveholt.hopto.org:9976""",
+    'BOOTSTRAP': """www.camrdale.org:9977""",
     
     # whether this node is a bootstrap node
     'BOOTSTRAP_NODE': "no",