Skip to content

Commit

Permalink
Stop log streamed bytes loop (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun authored Jan 16, 2025
1 parent d46c3b8 commit 2c94ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lavinmq/clustering/client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ module LavinMQ
private def log_streamed_bytes_loop
loop do
sleep 30.seconds
break if @closed
Log.info { "Total streamed bytes: #{@streamed_bytes}" }
end
end
Expand Down

0 comments on commit 2c94ffa

Please sign in to comment.