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

Make segment_max_pending configurable in system. #350

Closed kjnilsson closed 1 year ago

kjnilsson commented 1 year ago

This parameter is not configurable and it is questionable whether the default of 1024 is a good one.

kjnilsson commented 1 year ago

Merging as uncontroversial