[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Note recommendation for less secure, more testable algo...
Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv14411/etc
Modified Files:
mixminiond.conf
Log Message:
Note recommendation for less secure, more testable algorithm.
Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mixminiond.conf 5 Jan 2003 12:34:47 -0000 1.11
+++ mixminiond.conf 6 Jan 2003 03:28:31 -0000 1.12
@@ -110,10 +110,15 @@
# Use ONE of these sets of options to configure the pooling algorithm.
#
-# (1. A Timed mix sends out all messages in the pool every interval.)
+# For now, I recommend option one below, even though it's the least secure.
+# It will help us test the system, and distinguish node failure from
+# low volume. By version 1.0, we'll change the default.
+#
+# (1. A Timed mix sends out all messages in the pool every interval.
+# RECOMMENDED FOR TESTING.)
#
#MixAlgorithm: Timed
-#MixInterval: 30 minutes
+#MixInterval: 10 minutes
#
# (2. A DynamicPool mix always keeps at least 'MixPoolSize' messages in the
# pool, and never sends out more than 'MixPoolRate' of the messages.)