[Zodb-checkins] CVS: ZODB3/ZEO - schema.xml:1.9

Guido van Rossum guido@python.org
Wed, 22 Jan 2003 13:45:35 -0500


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv4649

Modified Files:
	schema.xml 
Log Message:
Remove redundant monitor-address key (it's in the <zeo> section).


=== ZODB3/ZEO/schema.xml 1.8 => 1.9 ===
--- ZODB3/ZEO/schema.xml:1.8	Fri Jan 10 13:34:20 2003
+++ ZODB3/ZEO/schema.xml	Wed Jan 22 13:45:31 2003
@@ -16,14 +16,6 @@
 
   <section type="zeo" name="*" required="yes" attribute="zeo" />
 
-  <key name="monitor-address" datatype="socket-address" required="no">
-    <description>
-      The address at which the monitor server should listen.  If
-      specified, a monitor server is started.  The monitor server
-      provides server statistics in a simple text format.
-    </description>
-  </key>
-
   <multisection name="+" type="storage"
                 attribute="storages"
                 required="yes">