We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27edb9f commit b0ae04bCopy full SHA for b0ae04b
app/models/agents/buffer_agent.rb
@@ -27,7 +27,7 @@ def default_options
27
end
28
29
form_configurable :expected_receive_period_in_days, type: :string
30
- form_configurable :max_events, type: :string
+ form_configurable :max_messages, type: :string
31
form_configurable :keep, type: :array, values: %w[newest oldest]
32
form_configurable :max_emitted_messages, type: :string
33
0 commit comments