[Checkins] SVN: gocept.zeoraid/trunk/base.cfg Switch example buildout to non-blocking ZEO configuration.

Christian Theune ct at gocept.com
Thu Nov 19 02:50:27 EST 2009


Log message for revision 105854:
  Switch example buildout to non-blocking ZEO configuration.
  

Changed:
  U   gocept.zeoraid/trunk/base.cfg

-=-
Modified: gocept.zeoraid/trunk/base.cfg
===================================================================
--- gocept.zeoraid/trunk/base.cfg	2009-11-19 07:34:35 UTC (rev 105853)
+++ gocept.zeoraid/trunk/base.cfg	2009-11-19 07:50:26 UTC (rev 105854)
@@ -58,10 +58,12 @@
         <zeoclient 1>
             server localhost:8100
             storage 1
+            wait false
         </zeoclient>
         <zeoclient 2>
             server localhost:8101
             storage 1
+            wait false
         </zeoclient>
     </raidstorage>
 
@@ -76,10 +78,12 @@
         <zeoclient 1>
             server localhost:8100
             storage 1
+            wait false
         </zeoclient>
         <zeoclient 2>
             server localhost:8101
             storage 1
+            wait false
         </zeoclient>
     </raidstorage>
 



More information about the checkins mailing list