-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
While investigating a problem with electron/dat I found the NODE_MANY_ACCEPTS
environment variable exclusively used in the win32 context.
Lines 1757 to 1760 in 02fef8a
if (simultaneousAccepts === undefined) { | |
simultaneousAccepts = (process.env.NODE_MANY_ACCEPTS && | |
process.env.NODE_MANY_ACCEPTS !== '0'); | |
} |
However I was not able to find any documentation of why this is necessary or what it does in the environment variable doc.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.