Skip to content

Commit 37fe283

Browse files
committed
reduce max coverage for compaction
1 parent 3d187d4 commit 37fe283

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbo-tasks-backend/src/database

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks-backend/src/database/turbo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::database::{
1313
write_batch::{BaseWriteBatch, ConcurrentWriteBatch, WriteBatch, WriteBuffer},
1414
};
1515

16-
const COMPACT_MAX_COVERAGE: f32 = 20.0;
16+
const COMPACT_MAX_COVERAGE: f32 = 10.0;
1717
const COMPACT_MAX_MERGE_SEQUENCE: usize = 8;
1818

1919
pub struct TurboKeyValueDatabase {

0 commit comments

Comments
 (0)