-
Notifications
You must be signed in to change notification settings - Fork 24
fix: limit the max concurrent rav requests #396
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
fix: limit the max concurrent rav requests #396
Conversation
Signed-off-by: Gustavo Inacio <[email protected]>
635e31f to
c23b128
Compare
Pull Request Test Coverage Report for Build 11487689666Details
💛 - Coveralls |
Signed-off-by: Gustavo Inacio <[email protected]>
| total_fee_outside_buffer, | ||
| trigger_value = state.config.tap.rav_request_trigger_value, | ||
| "Total fee greater than the trigger value. Triggering RAV request" | ||
| let has_limit_available = state.adaptive_limiter.has_limit(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not like much the name has_limit_available, id rather have something like has_available_slots_for_requests or thread or sth like that to make it more clear ?
What do you think
I know its not parallel but maybe it gives the idea better
Signed-off-by: Gustavo Inacio <[email protected]>
carlosvdr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.