We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a3e2d commit b3dc367Copy full SHA for b3dc367
turbopack/crates/turbo-tasks-backend/src/database/turbo.rs
@@ -13,7 +13,7 @@ use crate::database::{
13
write_batch::{BaseWriteBatch, ConcurrentWriteBatch, WriteBatch, WriteBuffer},
14
};
15
16
-const COMPACT_MAX_COVERAGE: f32 = 20.0;
+const COMPACT_MAX_COVERAGE: f32 = 10.0;
17
const COMPACT_MAX_MERGE_SEQUENCE: usize = 8;
18
19
pub struct TurboKeyValueDatabase {
0 commit comments