Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created June 22, 2016 15:34
Show Gist options
  • Save mgroves/267aab72144a0ea932c94edcbb3f3a5c to your computer and use it in GitHub Desktop.
Save mgroves/267aab72144a0ea932c94edcbb3f3a5c to your computer and use it in GitHub Desktop.
EnhancedDurability
config.BucketConfigs = new Dictionary<string, BucketConfiguration> {
{
"travel-sample", new BucketConfiguration
{
UseEnhancedDurability = true
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment