Skip to content

Commit

Permalink
remove inc from run
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Dec 30, 2024
1 parent d54df31 commit 612d8b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mirrord/agent/src/steal/connections/unfiltered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ impl<T: AsyncRead + AsyncWrite + Unpin> UnfilteredStealTask<T> {
let mut buf = BytesMut::with_capacity(64 * 1024);
let mut reading_closed = false;

STEAL_UNFILTERED_CONNECTION_SUBSCRIPTION.inc();

loop {
tokio::select! {
read = self.stream.read_buf(&mut buf), if !reading_closed => match read {
Expand Down

0 comments on commit 612d8b6

Please sign in to comment.