rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
798 stars 93 forks source link

Rename ra_log snapshot_interval parameter to min_snapshot_interval #422

Closed the-mikedavis closed 4 months ago

the-mikedavis commented 4 months ago

The snapshot interval is used as a minimum number of commands handled before taking a snapshot rather than a regular fixed interval. We keep the old snapshot_interval parameter around as a fallback so this change isn't breaking.

This is a follow up from review on #415