Skip to content

Commit 716c949

Browse files
committed
temp fix
1 parent e45037d commit 716c949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethstats/ethstats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ func (s *Service) reportLatency(conn *websocket.Conn) error {
480480
// Pong delivered, report the latency
481481
case <-time.After(5 * time.Second):
482482
// Ping timeout, abort
483-
return errors.New("ping timed out")
483+
// return errors.New("ping timed out") //temp-fix
484484
}
485485
latency := strconv.Itoa(int((time.Since(start) / time.Duration(2)).Nanoseconds() / 1000000))
486486

0 commit comments

Comments
 (0)