Skip to content

Commit ddd05f9

Browse files
authored
Merge pull request #269095 from AjayKumar-MSFT/patch-175
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/120710
2 parents 6f690a7 + 1e77fc9 commit ddd05f9

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)