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

Allow config of IO and acceptor threads in proxy #14054

Merged
merged 2 commits into from
Jan 30, 2022

Commits on Jan 30, 2022

  1. Allow config of IO and acceptor threads in proxy

    Previously, the Pulasr Proxy did not allow configuration of the number
    of IO threads and acceptor threads in the proxy.
    
    These options can be very important to tune, as is tuneable in the
    broker, so this change simply matches the brokers perspective.
    
    Also, we increase the default number of IO threads to 2x number of
    processors instead of 1x, as in a single CPU config, it still makes
    sense to have 2 threads, at least for now, where some blocking
    operatings can happen (such as authn/authz plugins)
    addisonj committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    010ee0d View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    addisonj committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    e877600 View commit details
    Browse the repository at this point in the history