Skip to content

Commit 796b32d

Browse files
authored
Merge pull request #192 from estie-inc/docs/remove-full-width-spaces
docs: remove full-width spaces from comments
2 parents ffe7a6f + de4d1cf commit 796b32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rowset/workload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use tokio::task::JoinError;
22

33
use crate::runtime::BlockingParseLimiter;
44

5-
// These thresholds intentionally allow modest inline parsing so callers avoid paying `spawn_blocking` overhead for
5+
// These thresholds intentionally allow modest inline parsing so callers avoid paying `spawn_blocking` overhead for
66
// medium-sized rowsets, while still offloading work large enough to monopolize an async runtime worker for tens of milliseconds.
77
// They are aligned to the current rowset parser and gzip benchmarks rather than a strict byte-for-byte equivalence.
88
pub(crate) const BLOCKING_PARSE_BYTES: usize = 16 * 1024 * 1024;

0 commit comments

Comments
 (0)