mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Increase default required uptime for HSDirs to 25 hours
This commit is contained in:
committed by
Nick Mathewson
parent
1546054d81
commit
f45261cb29
+1
-1
@@ -401,7 +401,7 @@ static config_var_t _option_vars[] = {
|
||||
VAR("__HashedControlSessionPassword", LINELIST, HashedControlSessionPassword,
|
||||
NULL),
|
||||
VAR("__OwningControllerProcess",STRING,OwningControllerProcess, NULL),
|
||||
V(MinUptimeHidServDirectoryV2, INTERVAL, "24 hours"),
|
||||
V(MinUptimeHidServDirectoryV2, INTERVAL, "25 hours"),
|
||||
V(VoteOnHidServDirectoriesV2, BOOL, "1"),
|
||||
V(_UsingTestNetworkDefaults, BOOL, "0"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user