Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Athish Pranav D <[email protected]>
  • Loading branch information
Athishpranav2003 committed Aug 6, 2024
1 parent 23df4e2 commit 193ebba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ def handle_notify

if group_watcher_limit || limit_bytes_per_second_reached? || should_shutdown_now?
# Just get out from tailing loop.
@metrics.throttled.inc
@metrics.throttled.inc if group_watcher_limit || limit_bytes_per_second_reached?
read_more = false
break
end
Expand Down

0 comments on commit 193ebba

Please sign in to comment.