diff --git a/eth/downloader/queue.go b/eth/downloader/queue.go index 781b86837..8a30edcdc 100644 --- a/eth/downloader/queue.go +++ b/eth/downloader/queue.go @@ -404,7 +404,7 @@ func (q *queue) Results(block bool) []*fetchResult { throttleThreshold = q.resultCache.SetThrottleThreshold(throttleThreshold) // Log some info at certain times - if time.Since(q.lastStatLog) > 10*time.Second { + if time.Since(q.lastStatLog) > 60*time.Second { q.lastStatLog = time.Now() info := q.Stats() info = append(info, "throttle", throttleThreshold)