[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] decrease the pain from the old-style dir fetches, now that
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:
decrease the pain from the old-style dir fetches, now that
we're up to hundreds of thousands of old-style clients.
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.505.2.7
retrieving revision 1.505.2.8
diff -u -p -d -r1.505.2.7 -r1.505.2.8
--- main.c 8 Dec 2005 21:33:56 -0000 1.505.2.7
+++ main.c 29 Jan 2006 11:44:18 -0000 1.505.2.8
@@ -482,7 +482,7 @@ get_dir_fetch_period(or_options_t *optio
return 20*60;
else
/* Default for average user. */
- return 40*60;
+ return 120*60;
}
static INLINE int