Author: kpvdr
Date: 2008-07-03 14:47:51 -0400 (Thu, 03 Jul 2008)
New Revision: 2174
Modified:
store/trunk/specs/management-schema.xml
Log:
Leftover from removal of sync option in store: removed async property from management of
store class
Modified: store/trunk/specs/management-schema.xml
===================================================================
--- store/trunk/specs/management-schema.xml 2008-07-02 20:54:27 UTC (rev 2173)
+++ store/trunk/specs/management-schema.xml 2008-07-03 18:47:51 UTC (rev 2174)
@@ -6,7 +6,6 @@
<class name="Store">
<property name="brokerRef" type="objId"
references="qpid.Broker" access="RO" index="y"
parentRef="y"/>
<property name="location" type="sstr"
access="RO" desc="Logical directory on disk"/>
- <property name="async" type="bool"
access="RO" desc="Asynchronous IO"/>
<property name="defaultInitialFileCount" type="uint16"
access="RO" unit="file" desc="Default number of files initially
allocated to each journal"/>
<property name="defaultDataFileSize" type="uint32"
access="RO" unit="RdPg" desc="Default size of each journal data
file"/>
</class>
Show replies by date