Browse Source

Remove delay to become HSDir in privnets

Sebastian Hahn 15 years ago
parent
commit
f87c6f100d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/config.c

+ 1 - 0
src/or/config.c

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