mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
move StatusFetchPeriod to 15 minutes so it's within bounds by default
svn:r3055
This commit is contained in:
parent
ef04cfcbad
commit
82f3ebf195
@ -159,7 +159,9 @@ static config_var_t config_vars[] = {
|
|||||||
VAR("SocksPort", UINT, SocksPort, "9050"),
|
VAR("SocksPort", UINT, SocksPort, "9050"),
|
||||||
VAR("SocksBindAddress", LINELIST, SocksBindAddress, NULL),
|
VAR("SocksBindAddress", LINELIST, SocksBindAddress, NULL),
|
||||||
VAR("SocksPolicy", LINELIST, SocksPolicy, NULL),
|
VAR("SocksPolicy", LINELIST, SocksPolicy, NULL),
|
||||||
VAR("StatusFetchPeriod", INTERVAL, StatusFetchPeriod, "20 minutes"),
|
/* XXX as with dirfetchperiod, we want this to be 15 minutes for people
|
||||||
|
* with a dirport open, but higher for people without a dirport open. */
|
||||||
|
VAR("StatusFetchPeriod", INTERVAL, StatusFetchPeriod, "15 minutes"),
|
||||||
VAR("SysLog", LINELIST_S, OldLogOptions, NULL),
|
VAR("SysLog", LINELIST_S, OldLogOptions, NULL),
|
||||||
OBSOLETE("TrafficShaping"),
|
OBSOLETE("TrafficShaping"),
|
||||||
VAR("User", STRING, User, NULL),
|
VAR("User", STRING, User, NULL),
|
||||||
|
Loading…
Reference in New Issue
Block a user