lib/logstash/outputs/analyticdb.rb in logstash-output-analyticdb-5.4.0.7 vs lib/logstash/outputs/analyticdb.rb in logstash-output-analyticdb-5.4.0.8

- old
+ new

@@ -92,10 +92,10 @@ config :connection_test_query, validate: :string, required: false # Maximum number of sequential failed attempts, before we stop retrying. # If set to < 1, then it will infinitely retry. # At the default values this is a little over 10 minutes - config :max_flush_exceptions, validate: :number, default: 10 + config :max_flush_exceptions, validate: :number, default: 100 config :max_repeat_exceptions, obsolete: 'This has been replaced by max_flush_exceptions - which behaves slightly differently. Please check the documentation.' config :max_repeat_exceptions_time, obsolete: 'This is no longer required' config :idle_flush_time, obsolete: 'No longer necessary under Logstash v5'