Commit 9a112b9
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 c628f1c commit 9a112b9
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
| |||
0 commit comments