[or-cvs] and backport that too

arma at seul.org arma at seul.org
Sun Feb 12 00:13:02 UTC 2006


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
	config.c 
Log Message:
and backport that too


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.353.2.10
retrieving revision 1.353.2.11
diff -u -p -d -r1.353.2.10 -r1.353.2.11
--- config.c	2 Jan 2006 22:13:04 -0000	1.353.2.10
+++ config.c	12 Feb 2006 00:13:00 -0000	1.353.2.11
@@ -115,7 +115,7 @@ static config_var_t config_vars[] = {
   /** DOCDOC **/
   VAR("DirFetchPeriod",      INTERVAL, DirFetchPeriod,       "0 seconds"),
   VAR("DirPostPeriod",       INTERVAL, DirPostPeriod,        "20 minutes"),
-  VAR("RendPostPeriod",      INTERVAL, RendPostPeriod,       "20 minutes"),
+  VAR("RendPostPeriod",      INTERVAL, RendPostPeriod,       "1 hour"),
   VAR("DirPolicy",           LINELIST, DirPolicy,            NULL),
   VAR("DirServer",           LINELIST, DirServers,           NULL),
   VAR("ExitNodes",           STRING,   ExitNodes,            NULL),



More information about the tor-commits mailing list