Skip to content

Commit

Permalink
Increase request timeout ⏱️
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Jan 15, 2024
1 parent 70d4be8 commit 70e4d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolvers/AuthoritativeResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class AuthoritativeResolver extends DnsResolver {
`Request to ${nameserver} for domain ${domain}, type ${recordType} timed out`
)
);
}, 4000);
}, 5000);

socket.on('message', (message: Buffer) => {
socket.close();
Expand Down

1 comment on commit 70e4d05

@vercel
Copy link

@vercel vercel bot commented on 70e4d05 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.