Skip to content

Commit

Permalink
refactor: constrain only the parallel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-influx committed Mar 3, 2025
1 parent 95138d9 commit 9aa8fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb3_write/src/write_buffer/queryable_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ impl QueryableBuffer {
wal_file_number,
Arc::clone(&catalog),
gen1_duration.as_10m() as usize,
Some(max_size_per_parquet_file),
None
);

sort_dedupe_parallel(
Expand Down

0 comments on commit 9aa8fdf

Please sign in to comment.