Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server.maxConnections = 0 is treated as if its unset #48276

Merged
merged 2 commits into from
Jun 26, 2023

Commits on Jun 21, 2023

  1. net: do not treat server.maxConnections=0 as Infinity

    Setting the `maxConnections` to 0 should result in no connection.
    Instead, it was treated as if the option was not there.
    ignoramous authored and aduh95 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e75397c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. fix lint

    aduh95 authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    ea39e1c View commit details
    Browse the repository at this point in the history