Skip to content

Commit 990be5a

Browse files
committed
increase server task size threshold
1 parent c0aaad3 commit 990be5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/connmgr/server.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3125,9 +3125,9 @@ pub mod tests {
31253125
#[cfg(debug_assertions)]
31263126
#[test]
31273127
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;
3128+
// Sizes in debug mode at commit TBD
3129+
const REQ_TASK_SIZE_BASE: usize = 8000;
3130+
const STREAM_TASK_SIZE_BASE: usize = 10064;
31313131

31323132
// Cause tests to fail if sizes grow too much
31333133
const GROWTH_LIMIT: usize = 1000;

0 commit comments

Comments
 (0)