Skip to content

Commit

Permalink
Remove default chunk size limit override (#50)
Browse files Browse the repository at this point in the history
* Remove default chunk size limit override

* Bump version
  • Loading branch information
dyladan authored Jun 14, 2024
1 parent e639beb commit 9e6594e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/dynatrace_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Plugin
class DynatraceOutputConstants
# The version of the Dynatrace output plugin
def self.version
'0.2.1'
'0.3.0'
end
end
end
Expand Down
1 change: 0 additions & 1 deletion lib/fluent/plugin/out_dynatrace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class DynatraceOutput < Output

config_section :buffer do
config_set_default :flush_at_shutdown, true
config_set_default :chunk_limit_size, 10 * 1024
end

# Default injection parameters.
Expand Down

0 comments on commit 9e6594e

Please sign in to comment.