This commit is contained in:
jdl 2025-01-02 07:43:42 +01:00
parent b1e85733a2
commit 9637550109

View File

@ -323,7 +323,9 @@ func (s *peerSupervisor) client() stateFunc {
case pingTimerMsg: case pingTimerMsg:
if time.Since(lastSeen) > timeoutInterval { if time.Since(lastSeen) > timeoutInterval {
logf("Connection timeout") if s.staged.Up {
logf("Connection timeout")
}
return s.peerUpdate(s.peer) return s.peerUpdate(s.peer)
} }