File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
turbo-persistence/src/compaction
turbo-tasks-backend/src/database/turbo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ impl Default for CompactConfig {
136136 optimal_merge_count : 8 ,
137137 max_merge_count : 32 ,
138138 max_merge_bytes : 500 * MB ,
139- min_merge_duplication_bytes : MB ,
140- optimal_merge_duplication_bytes : 10 * MB ,
139+ min_merge_duplication_bytes : 50 * MB ,
140+ optimal_merge_duplication_bytes : 100 * MB ,
141141 max_merge_segment_count : 8 ,
142142 }
143143 }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const COMPACT_CONFIG: CompactConfig = CompactConfig {
2121 optimal_merge_count : 8 ,
2222 max_merge_count : 64 ,
2323 max_merge_bytes : 512 * MB ,
24- min_merge_duplication_bytes : MB ,
24+ min_merge_duplication_bytes : 50 * MB ,
2525 optimal_merge_duplication_bytes : 100 * MB ,
2626 max_merge_segment_count : 16 ,
2727} ;
You can’t perform that action at this time.
0 commit comments