-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(server): Apply HTTP timeout to all requests (#588)
The `http.timeout` config variable was only applied to upstream queries, but not to store requests. With this change, it is applied to all requests as stated in the documentation. The timeout starts after waiting for a connection and connecting.
- Loading branch information
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters