Commit b259f8f
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 b80db5a commit b259f8f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
| |||
0 commit comments