NEventStore / NEventStore.Persistence.RavenDB

RavenDB Persistence Engine for NEventStore
MIT License
2 stars 10 forks source link

Allow users to customize the "wait for non-stale results" interval in Raven impl #2

Closed damianh closed 9 years ago

damianh commented 10 years ago

Until we can remove WaitForNonStaleResults, users should have a way of customizing the wait time to prevent the likelihood of timeouts. This should be used for Purging as well.

(Import from https://github.com/NEventStore/NEventStore/issues/184)