removed max_emitted_events from defaults

oroce %!s(int64=9) %!d(string=hace) años
padre
commit
abacedcfd0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      app/models/agents/delay_agent.rb

+ 1 - 2
app/models/agents/delay_agent.rb

@@ -19,8 +19,7 @@ module Agents
19 19
       {
20 20
         'expected_receive_period_in_days' => "10",
21 21
         'max_events' => "100",
22
-        'keep' => 'newest',
23
-        'max_emitted_events' => "100"
22
+        'keep' => 'newest'
24 23
       }
25 24
     end
26 25