We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aaad3 commit 990be5aCopy full SHA for 990be5a
1 file changed
src/connmgr/server.rs
@@ -3125,9 +3125,9 @@ pub mod tests {
3125
#[cfg(debug_assertions)]
3126
#[test]
3127
fn test_task_sizes() {
3128
- // Sizes in debug mode at commit 4c1b0bb177314051405ef5be3cde023e9d1ad635
3129
- const REQ_TASK_SIZE_BASE: usize = 5824;
3130
- const STREAM_TASK_SIZE_BASE: usize = 7760;
+ // Sizes in debug mode at commit TBD
+ const REQ_TASK_SIZE_BASE: usize = 8000;
+ const STREAM_TASK_SIZE_BASE: usize = 10064;
3131
3132
// Cause tests to fail if sizes grow too much
3133
const GROWTH_LIMIT: usize = 1000;
0 commit comments