Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion op-chain-ops/opcmregistry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
const (
httpTimeout = 30 * time.Second
maxResponseSize = 10 * 1024 * 1024 // 10MB
maxRetries = 4 // 1 initial + 3 retries
maxRetries = 12 // 1 initial + 11 retries, ~2 min total with backoff
memoryCacheSize = 10 // Number of URLs to cache in memory
fileCacheTTL = 30 * time.Minute // How long file cache entries remain valid
cacheSubdir = "opcmregistry"
Expand Down