ShutdownWaitLength should be an interval, not a uint

svn:r3753
This commit is contained in:
Roger Dingledine 2005-03-12 20:16:52 +00:00
parent fe768d1d2a
commit 01f0b31432

View File

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