-
Notifications
You must be signed in to change notification settings - Fork 248
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
chore_: remove rps limiter #5952
base: develop
Are you sure you want to change the base?
Conversation
proper refactoring will be in a separate PR
Jenkins Builds
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #5952 +/- ##
============================================
- Coverage 47.14% 10.57% -36.57%
============================================
Files 840 831 -9
Lines 138167 136731 -1436
============================================
- Hits 65138 14464 -50674
- Misses 65510 120417 +54907
+ Partials 7519 1850 -5669
Flags with carried forward coverage won't be shown. Click here to find out more.
|
rpc/client/chain will now not check the RPS limits before executing a call
Closes #5942