Skip to content

Commit ff7653e

Browse files
committed
more reasonable buffer size
1 parent 84c51b1 commit ff7653e

File tree

1 file changed

+1
-1
lines changed
  • kernel/src/engine/default

1 file changed

+1
-1
lines changed

kernel/src/engine/default/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl<T: Send + 'static, E: executor::TaskExecutor> Iterator for BlockingStreamIt
8282
}
8383
}
8484

85-
const DEFAULT_BUFFER_SIZE: usize = 1000;
85+
const DEFAULT_BUFFER_SIZE: usize = 16;
8686
const DEFAULT_BATCH_SIZE: usize = 1000;
8787

8888
#[derive(Debug)]

0 commit comments

Comments
 (0)