[or-cvs] 15*60 is 15 minutes, not 5

Peter Palfrader weasel at seul.org
Fri Nov 18 21:57:52 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv13429

Modified Files:
	main.c 
Log Message:
15*60 is 15 minutes, not 5

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -d -r1.590 -r1.591
--- main.c	18 Nov 2005 19:28:34 -0000	1.590
+++ main.c	18 Nov 2005 21:57:49 -0000	1.591
@@ -94,7 +94,7 @@
 
 #define FORCE_REGENERATE_DESCRIPTOR_INTERVAL 18*60*60 /* 18 hours */
 #define CHECK_DESCRIPTOR_INTERVAL 60 /* one minute */
-#define CHECK_IPADDRESS_INTERVAL (15*60) /* five minutes */
+#define CHECK_IPADDRESS_INTERVAL (15*60) /* 15 minutes */
 #define BUF_SHRINK_INTERVAL 60 /* one minute */
 #define DESCRIPTOR_RETRY_INTERVAL 10
 #define DESCRIPTOR_FAILURE_RESET_INTERVAL 60*60



More information about the tor-commits mailing list