lib/fluent/plugin/out_tdlog.rb in fluent-plugin-td-0.9.8 vs lib/fluent/plugin/out_tdlog.rb in fluent-plugin-td-0.9.9
- old
+ new
@@ -23,9 +23,10 @@
@key = nil
@key_num_limit = 5120 # TODO
@record_size_limit = 32*1024*1024 # TODO
@table_list = []
@auto_create_table = false
+ @flush_interval = 300 # overwrite default flush_interval from 1min to 5mins
end
def configure(conf)
super