Skip to content

Commit 1e77fc9

Browse files
Update (AzureCXP) | the agentkeepalive option keepAliveTimeout has been renamed to freeSocketTimeout. Updating app-service-web-nodejs-best-practices-and-troubleshoot-guide.md
The example shown used the npm package agentkeepalive which has deprecated keepAliveTimeout in favor of freeSocketTimeout.
1 parent c661f04 commit 1e77fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-web-nodejs-best-practices-and-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ let keepaliveAgent = new Agent({
125125
maxSockets: 32,
126126
maxFreeSockets: 10,
127127
timeout: 60000,
128-
keepAliveTimeout: 300000
128+
freeSocketTimeout: 300000
129129
});
130130
```
131131

0 commit comments

Comments
 (0)