lib/fluent/plugin/out_indicative.rb in fluent-plugin-indicative-0.1.5 vs lib/fluent/plugin/out_indicative.rb in fluent-plugin-indicative-0.1.6

- old
+ new

@@ -3,10 +3,10 @@ require 'net/https' require 'uri' require 'fluent/plugin/output' -BATCH_SIZE = 100 +BATCH_SIZE = 15 def flatten_hash(hash) hash.each_with_object({}) do |(k, v), h| if v.is_a? Hash