increase crawl timeout

This commit is contained in:
aarshkshah1992
2026-01-07 19:11:45 +05:30
parent 04d45b6194
commit 46b300c6ca

View File

@@ -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)
)