Skip to content

Commit 53c40e0

Browse files
committed
Chore: Remove unnecessary .env.example.backup
1 parent a414ed6 commit 53c40e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/codegraph-core/src/performance_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ impl PerformanceModeConfig {
485485
m if m < 1024 => 16,
486486
m if m < 4096 => 32,
487487
m if m < 8192 => 64,
488-
_ => 128,
488+
_ => 256,
489489
};
490490
}
491491
}

0 commit comments

Comments
 (0)