This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Option for HTTP Server keepAliveTimeout (#199)
This PR adds an option `keepAliveTimeout`. This option, defaulted to `5000`, specifies the number of milliseconds the server should wait before moving on. The primary use case is to help me debug other tools that use ganache; I get timeouts while I step through code. See https://nodejs.org/api/http.html#http_server_keepalivetimeout for more details
- Loading branch information
1 parent
f2a6400
commit 48028c7
Showing
6 changed files
with
166 additions
and
51 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
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
Oops, something went wrong.