mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
ShutdownWaitLength should be an interval, not a uint
svn:r3753
This commit is contained in:
parent
fe768d1d2a
commit
01f0b31432
@ -165,7 +165,7 @@ static config_var_t config_vars[] = {
|
||||
VAR("RecommendedVersions", LINELIST, RecommendedVersions, NULL),
|
||||
VAR("RendNodes", STRING, RendNodes, NULL),
|
||||
VAR("RendExcludeNodes", STRING, RendExcludeNodes, NULL),
|
||||
VAR("ShutdownWaitLength", UINT, ShutdownWaitLength, "30"),
|
||||
VAR("ShutdownWaitLength", INTERVAL, ShutdownWaitLength, "30 seconds"),
|
||||
VAR("SocksPort", UINT, SocksPort, "9050"),
|
||||
VAR("SocksBindAddress", LINELIST, SocksBindAddress, NULL),
|
||||
VAR("SocksPolicy", LINELIST, SocksPolicy, NULL),
|
||||
|
Loading…
Reference in New Issue
Block a user