[or-cvs] bump up the period for forcing a hidden service descriptor ...

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


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
bump up the period for forcing a hidden service descriptor upload
from 20 minutes to 1 hour.


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -p -d -r1.502 -r1.503
--- config.c	12 Feb 2006 00:03:06 -0000	1.502
+++ config.c	12 Feb 2006 00:12:36 -0000	1.503
@@ -199,7 +199,7 @@ static config_var_t _option_vars[] = {
   VAR("RedirectExit",        LINELIST, RedirectExit,         NULL),
   VAR("RendExcludeNodes",    STRING,   RendExcludeNodes,     NULL),
   VAR("RendNodes",           STRING,   RendNodes,            NULL),
-  VAR("RendPostPeriod",      INTERVAL, RendPostPeriod,       "20 minutes"),
+  VAR("RendPostPeriod",      INTERVAL, RendPostPeriod,       "1 hour"),
   VAR("RephistTrackTime",    INTERVAL, RephistTrackTime,     "24 hours"),
   OBSOLETE("RouterFile"),
   VAR("RunAsDaemon",         BOOL,     RunAsDaemon,          "0"),



More information about the tor-commits mailing list