Created
June 22, 2016 15:34
-
-
Save mgroves/267aab72144a0ea932c94edcbb3f3a5c to your computer and use it in GitHub Desktop.
EnhancedDurability
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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