Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Document NODE_MANY_ACCEPTS environment variable. #18391

Copy link
Copy link

Description

@martinheidegger
Issue body actions

While investigating a problem with electron/dat I found the NODE_MANY_ACCEPTS environment variable exclusively used in the win32 context.

node/lib/net.js

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.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.Issues and PRs related to the documentations.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.