-
Notifications
You must be signed in to change notification settings - Fork 115
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
Updates useful for oasis-sdk#96 #4025
Conversation
508e079
to
2b48e5b
Compare
runtime/src/dispatcher.rs
Outdated
@@ -53,7 +53,8 @@ use crate::{ | |||
}; | |||
|
|||
/// Maximum amount of requests that can be in the dispatcher queue. | |||
const BACKLOG_SIZE: usize = 1000; | |||
// XXX: make this configurable? | |||
const BACKLOG_SIZE: usize = 10000; |
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.
Is this related to #2548?
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.
Right, yeah should probably do #2548 now that CheckTx is required on executors
Codecov Report
@@ Coverage Diff @@
## master #4025 +/- ##
==========================================
- Coverage 67.08% 67.04% -0.05%
==========================================
Files 410 410
Lines 42157 42190 +33
==========================================
+ Hits 28282 28287 +5
- Misses 9890 9915 +25
- Partials 3985 3988 +3
Continue to review full report at Codecov.
|
b7e292f
to
188b67c
Compare
f967457
to
d664df2
Compare
d664df2
to
51e4e23
Compare
…ort-4025 [BACKPORT/21.2.x] #4025
Some updates useful for oasisprotocol/oasis-sdk#96
increaseruntime/src/dispatcher.rs
channel backlog size