Skip to content

Commit

Permalink
autopilot: increase resolver timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 12, 2024
1 parent e5f52f1 commit 3b851fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopilot/ipfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
ipCacheEntryValidity = 24 * time.Hour

// resolverLookupTimeout is the timeout we apply when resolving a host's IP address
resolverLookupTimeout = 5 * time.Second
resolverLookupTimeout = 10 * time.Second
)

var (
Expand Down

0 comments on commit 3b851fd

Please sign in to comment.