You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/11/15 18:44:18 UTC

svn commit: r836381 - /incubator/cassandra/trunk/conf/storage-conf.xml

Author: eevans
Date: Sun Nov 15 17:44:17 2009
New Revision: 836381

URL: http://svn.apache.org/viewvc?rev=836381&view=rev
Log:
remove duplicated configuration directive

Patch by eevans for CASSANDRA-557

Modified:
    incubator/cassandra/trunk/conf/storage-conf.xml

Modified: incubator/cassandra/trunk/conf/storage-conf.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/conf/storage-conf.xml?rev=836381&r1=836380&r2=836381&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/storage-conf.xml (original)
+++ incubator/cassandra/trunk/conf/storage-conf.xml Sun Nov 15 17:44:17 2009
@@ -334,9 +334,4 @@
   -->
   <BinaryMemtableSizeInMB>256</BinaryMemtableSizeInMB>
 
-  <!--
-   ~ The threshold size in megabytes the binary memtable must grow to, before it's submitted for flushing to disk.
-  -->
-  <BinaryMemtableSizeInMB>256</BinaryMemtableSizeInMB>
-
 </Storage>