Skip to content

Commit 35396cf

Browse files
committed
Add notes
1 parent 06fc09b commit 35396cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: index.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// Adapted from guidance for Azure Web environment:
22
// https://azureossd.github.io/2022/03/10/NodeJS-with-Keep-Alives-and-Connection-Reuse/index.html#httpagent-or-httpsagent-native-node-module
33

4+
// NOTES:
5+
// - keepAlive will be enabled in Node 19 by default
6+
// - in the Azure environment the number of available outbound connections
7+
// can vary, but its only safe to assume 128 total
8+
49
const http = require('http');
510
const https = require('https');
611

0 commit comments

Comments
 (0)