mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
write down our "how to have two defaults for dirfetchperiod"
issue, so we don't forget about it. svn:r3040
This commit is contained in:
parent
1d4af1930c
commit
19ada3f7fa
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@ static config_var_t config_vars[] = {
|
|||
VAR("DataDirectory", STRING, DataDirectory, NULL),
|
||||
VAR("DirPort", UINT, DirPort, "0"),
|
||||
VAR("DirBindAddress", LINELIST, DirBindAddress, NULL),
|
||||
VAR("DirFetchPeriod", INTERVAL, DirFetchPeriod, "1 hours"),
|
||||
/* XXX we'd like dirfetchperiod to be higher for people with dirport not
|
||||
* set, but low for people with dirport set. how to have two defaults? */
|
||||
VAR("DirFetchPeriod", INTERVAL, DirFetchPeriod, "1 hour"),
|
||||
VAR("DirPostPeriod", INTERVAL, DirPostPeriod, "20 minutes"),
|
||||
VAR("RendPostPeriod", INTERVAL, RendPostPeriod, "20 minutes"),
|
||||
VAR("DirPolicy", LINELIST, DirPolicy, NULL),
|
||||
|
|
Loading…
Add table
Reference in a new issue