[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Change publication latency to something less conflict p...
Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv15872/lib/mixminion/server
Modified Files:
ServerKeys.py
Log Message:
Change publication latency to something less conflict prone
Index: ServerKeys.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerKeys.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ServerKeys.py 29 May 2003 05:47:32 -0000 1.33
+++ ServerKeys.py 30 May 2003 01:49:53 -0000 1.34
@@ -39,8 +39,8 @@
# Seconds before a key becomes live that we want to generate
# and publish it.
#
-#FFFF Make this configurable? (Set to 3 days.)
-PUBLICATION_LATENCY = 3*24*60*60
+#FFFF Make this configurable? (Set to 2 days, 13 hours)
+PUBLICATION_LATENCY = (2*24+13)*60*60
# Number of seconds worth of keys we want to generate in advance.
#