typo in conf/storage-conf.xml: BinaryMemtableSizeInMB is defined twice
----------------------------------------------------------------------

                 Key: CASSANDRA-557
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-557
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.5
            Reporter: TuxRacer
            Priority: Minor


current code at revision   836346


<!--
   ~ The threshold size in megabytes the binary memtable must grow to,
   ~ before it's submitted for flushing to disk.
  -->
  <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>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to