[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] backport: cache copies of the full directory less often.
Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-010x/tor/src/or
Modified Files:
Tag: tor-0_1_0-patches
main.c
Log Message:
backport: cache copies of the full directory less often.
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.505.2.9
retrieving revision 1.505.2.10
diff -u -p -d -r1.505.2.9 -r1.505.2.10
--- main.c 3 Feb 2006 09:47:12 -0000 1.505.2.9
+++ main.c 22 Mar 2006 06:23:11 -0000 1.505.2.10
@@ -479,7 +479,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;