diff options
Diffstat (limited to 'lib/dns/dns.go')
| -rw-r--r-- | lib/dns/dns.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/dns.go b/lib/dns/dns.go index 7a19a724..5e9395d6 100644 --- a/lib/dns/dns.go +++ b/lib/dns/dns.go @@ -63,7 +63,7 @@ var ( var ( // clientTimeout define read and write timeout on client request. - clientTimeout = 6 * time.Second + clientTimeout = 60 * time.Second ) type connType byte |
