There was an error while loading. Please reload this page.
2 parents ffe7a6f + de4d1cf commit 796b32dCopy full SHA for 796b32d
1 file changed
src/rowset/workload.rs
@@ -2,7 +2,7 @@ use tokio::task::JoinError;
2
3
use crate::runtime::BlockingParseLimiter;
4
5
-// These thresholds intentionally allow modest inline parsing so callers avoid paying `spawn_blocking` overhead for
+// These thresholds intentionally allow modest inline parsing so callers avoid paying `spawn_blocking` overhead for
6
// medium-sized rowsets, while still offloading work large enough to monopolize an async runtime worker for tens of milliseconds.
7
// They are aligned to the current rowset parser and gzip benchmarks rather than a strict byte-for-byte equivalence.
8
pub(crate) const BLOCKING_PARSE_BYTES: usize = 16 * 1024 * 1024;
0 commit comments