mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 05:18:03 -05:00
increase crawl timeout
This commit is contained in:
@@ -64,7 +64,7 @@ var (
|
||||
// defined below.
|
||||
pollingPeriod = 6 * time.Second
|
||||
|
||||
crawlTimeout = 5 * time.Second
|
||||
crawlTimeout = 12 * time.Second
|
||||
crawlInterval = 1 * time.Second
|
||||
maxConcurrentDials = int64(256)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user