]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove delay to become HSDir in privnets
authorSebastian Hahn <sebastian@torproject.org>
Tue, 26 Oct 2010 16:37:57 +0000 (18:37 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 26 Oct 2010 16:37:57 +0000 (18:37 +0200)
src/or/config.c

index d66f9136b768b4899c4e6455854ab7080693a61e..ee0c466e0b72665ba78061f9e6fac992a39d8e0e 100644 (file)
@@ -413,6 +413,7 @@ static config_var_t testing_tor_network_defaults[] = {
   V(TestingV3AuthInitialDistDelay, INTERVAL, "20 seconds"),
   V(TestingAuthDirTimeToLearnReachability, INTERVAL, "0 minutes"),
   V(TestingEstimatedDescriptorPropagationTime, INTERVAL, "0 minutes"),
+  V(MinUptimeHidServDirectoryV2, INTERVAL, "0 minutes"),
   { NULL, CONFIG_TYPE_OBSOLETE, 0, NULL }
 };
 #undef VAR