Remove --gc_hints option, apply the --gc_hints behavior by default

This commit is contained in:
Karl Seguin
2025-05-23 14:15:55 +08:00
parent 46c6a0b4ff
commit b1d0368479
5 changed files with 5 additions and 32 deletions

View File

@@ -28,7 +28,6 @@ pub const App = struct {
pub const Config = struct {
run_mode: RunMode,
gc_hints: bool = false,
tls_verify_host: bool = true,
http_proxy: ?std.Uri = null,
};