Commit 7933b6c
committed
Disable default timeout
Starting node 18 we now have a default timeout of
300000 ( 5 minutes) set , which is not suitable for our use cases.
This commit disables the default timeout by setting the
server.requestTimeout to 0
https://nodejs.org/api/http.html#serverrequesttimeout
Issue: CLDSRV-7161 parent ad9dcea commit 7933b6c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| |||
0 commit comments