-
Notifications
You must be signed in to change notification settings - Fork 988
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(relay): Add resource limits to CircuitReq
to be set
#5493
fix(relay): Add resource limits to CircuitReq
to be set
#5493
Conversation
Signed-off-by: Prabhat1308 <[email protected]>
Signed-off-by: Prabhat1308 <[email protected]>
Rebase with new changes
Signed-off-by: Prabhat1308 <[email protected]>
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.
Looks good, and I'm pretty sure this fixes the issue after testing it with libp2p/test-plans#381.
I'll let @jxs merge this though.
CircuitReq
to be set CircuitReq
to be set
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 Thanks! And thanks Marco for your review. @Prabhat1308 can you just run cargo fmt
to address the lint failure?
Signed-off-by: Prabhat1308 <[email protected]>
Co-authored-by: João Oliveira <[email protected]>
Fixes libp2p#5466 Adds resource limits to `CircuitReq` to be set . Pull-Request: libp2p#5493.
Description
Fixes #5466
Adds resource limits to
CircuitReq
to be set .Change checklist