Skip to content

Instantly share code, notes, and snippets.

@afeinberg
Created April 1, 2011 18:24
Show Gist options
  • Save afeinberg/898601 to your computer and use it in GitHub Desktop.
Save afeinberg/898601 to your computer and use it in GitHub Desktop.
<store>
<name>test</name>
<persistence>bdb</persistence>
<routing>client</routing>
<replication-factor>2</replication-factor>
<required-reads>2</required-reads>
<required-writes>2</required-writes>
<key-serializer>
<type>string</type>
</key-serializer>
<value-serializer>
<type>string</type>
</value-serializer>
<retention-days>1</retention-days>
</store>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment