mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
stop caching the v1 directory so often.
svn:r6226
This commit is contained in:
parent
6fb2b6785d
commit
51a3981d10
@ -559,7 +559,7 @@ get_dir_fetch_period(or_options_t *options)
|
||||
return options->DirFetchPeriod;
|
||||
else if (options->DirPort)
|
||||
/* Default for directory server */
|
||||
return 20*60;
|
||||
return 60*60;
|
||||
else
|
||||
/* Default for average user. */
|
||||
return 120*60;
|
||||
|
Loading…
Reference in New Issue
Block a user