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

Set a default for wal_max_entries. #438

Closed kjnilsson closed 1 month ago

kjnilsson commented 1 month ago

The current default of undefined does not match the type spec. Instead we set a large default of 1M.