We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
While investigating a problem with electron/dat I found the NODE_MANY_ACCEPTS environment variable exclusively used in the win32 context.
NODE_MANY_ACCEPTS
node/lib/net.js
Lines 1757 to 1760 in 02fef8a
However I was not able to find any documentation of why this is necessary or what it does in the environment variable doc.
While investigating a problem with electron/dat I found the
NODE_MANY_ACCEPTSenvironment variable exclusively used in the win32 context.node/lib/net.js
Lines 1757 to 1760 in 02fef8a
However I was not able to find any documentation of why this is necessary or what it does in the environment variable doc.