[or-cvs] stop caching the v1 directory so often.
arma at seul.org
arma at seul.org
Wed Mar 22 06:18:29 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
stop caching the v1 directory so often.
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.637
retrieving revision 1.638
diff -u -p -d -r1.637 -r1.638
--- main.c 22 Mar 2006 03:45:17 -0000 1.637
+++ main.c 22 Mar 2006 06:18:27 -0000 1.638
@@ -559,7 +559,7 @@ get_dir_fetch_period(or_options_t *optio
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;
More information about the tor-commits
mailing list