Skip to content

Commit

Permalink
Increase write timeout for tcp resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Dec 1, 2020
1 parent f31e19a commit 16e4508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolver/resolver-tcp.go
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
tcpWriteTimeout = 1 * time.Second
tcpWriteTimeout = 2 * time.Second
ignoreQueriesAfter = 10 * time.Minute
heartbeatTimeout = 15 * time.Second
)
Expand Down

0 comments on commit 16e4508

Please sign in to comment.