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 configuration of max simultaneous responses #122

Merged
merged 1 commit into from
Nov 25, 2020

Conversation

hannahhoward
Copy link
Collaborator

Goals

Currently we set a hard maximum of processing a maximum of six responses at once concurrently. In situations where we have alternate DDOS protection (such as rejecting responses by default without authentication), we may want to be able raise that value. This PR allows configuration for the maximum simultaneous responses at once.

Implementation

  • Provide a configuration option to change the maximum number of requests processed at once by the
    responder

provide a configuration option to change the maximum number of requests processed at once by the
responder
Copy link
Collaborator

@dirkmc dirkmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@dirkmc dirkmc merged commit 072cee0 into master Nov 25, 2020
@dirkmc dirkmc deleted the feat/configure-max-threads branch November 25, 2020 10:35
@dirkmc dirkmc mentioned this pull request Nov 25, 2020
@kernelogic
Copy link

Can you tell me how to use this in lotus client?

@aschmahmann aschmahmann mentioned this pull request Feb 18, 2021
73 tasks
marten-seemann pushed a commit that referenced this pull request Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants