meilisearch / MeiliES

A Rust based event store using the Redis protocol
MIT License
324 stars 20 forks source link

Force a sled db flush after writing an event #29

Closed Kerollmops closed 5 years ago

Kerollmops commented 5 years ago

Sled introduce a bug on the periodic flusher and data are no more periodically flushed. We decided to force flush on write now.