|
@@ -559,7 +559,7 @@ get_dir_fetch_period(or_options_t *options)
|
|
|
return options->DirFetchPeriod;
|
|
return options->DirFetchPeriod;
|
|
|
else if (options->DirPort)
|
|
else if (options->DirPort)
|
|
|
/* Default for directory server */
|
|
/* Default for directory server */
|
|
|
- return 20*60;
|
|
|
|
|
|
|
+ return 60*60;
|
|
|
else
|
|
else
|
|
|
/* Default for average user. */
|
|
/* Default for average user. */
|
|
|
return 120*60;
|
|
return 120*60;
|