[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] forward-port the part where ordinary users try to fetch dir...



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:
forward-port the part where ordinary users try to fetch directories
less often. not critical but might as well stay in sync with stable.


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.618
retrieving revision 1.619
diff -u -p -d -r1.618 -r1.619
--- main.c	1 Feb 2006 02:19:46 -0000	1.618
+++ main.c	5 Feb 2006 01:57:07 -0000	1.619
@@ -537,7 +537,7 @@ get_dir_fetch_period(or_options_t *optio
     return 20*60;
   else
     /* Default for average user. */
-    return 40*60;
+    return 120*60;
 }
 
 /**