Skip to content

Commit

Permalink
Forgot to add for normal hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jun 11, 2024
1 parent e2cde4e commit 1074f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/target/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func (h *Host) tryToFlushIfNecessary() {
}
h.Conn.LastConnUse = time.Now()
}
h.hostQueueSize.Set(float64(len(h.Ch)))
}

// Requires h.Conn.Mutex lock.
Expand Down

0 comments on commit 1074f21

Please sign in to comment.