WebAPI: Increase default timeout to 30 seconds
This commit is contained in:
parent
28870655e6
commit
7c5e6166ab
2 changed files with 5 additions and 2 deletions
|
@ -414,7 +414,7 @@ const STALE_THRESHOLD_MS = 5 * durations.MINUTE;
|
|||
|
||||
// If we don't receive a response to keepalive request within 10 seconds -
|
||||
// close the socket.
|
||||
const KEEPALIVE_TIMEOUT_MS = 10 * durations.SECOND;
|
||||
const KEEPALIVE_TIMEOUT_MS = 30 * durations.SECOND;
|
||||
|
||||
const LOG_KEEPALIVE_AFTER_MS = 500;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue