mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-06 00:39:40 -06:00
Ensure sql-server run withouth a config file runs with auto_gc enabled
This commit is contained in:
@@ -587,7 +587,7 @@ type stubAutoGCBehavior struct {
|
||||
}
|
||||
|
||||
func (stubAutoGCBehavior) Enable() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
func (stubAutoGCBehavior) ArchiveLevel() int { return servercfg.DefaultCompressionLevel }
|
||||
|
||||
Reference in New Issue
Block a user