Ensure sql-server run withouth a config file runs with auto_gc enabled

This commit is contained in:
Neil Macneale IV
2025-10-15 14:44:35 -07:00
parent f5a68f7d97
commit 9b34b6dbc4

View File

@@ -587,7 +587,7 @@ type stubAutoGCBehavior struct {
}
func (stubAutoGCBehavior) Enable() bool {
return false
return true
}
func (stubAutoGCBehavior) ArchiveLevel() int { return servercfg.DefaultCompressionLevel }