Skip to content

Commit b0ae04b

Browse files
author
Vidas P
committed
Fix buffer agent
1 parent 27edb9f commit b0ae04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/agents/buffer_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def default_options
2727
end
2828

2929
form_configurable :expected_receive_period_in_days, type: :string
30-
form_configurable :max_events, type: :string
30+
form_configurable :max_messages, type: :string
3131
form_configurable :keep, type: :array, values: %w[newest oldest]
3232
form_configurable :max_emitted_messages, type: :string
3333

0 commit comments

Comments
 (0)