diff --git a/db.go b/db.go index 46ab0d5..559cdf0 100644 --- a/db.go +++ b/db.go @@ -204,7 +204,6 @@ func Open(options Options) (*DB, error) { if runtime.GOOS == "linux" { go db.listenDiskIOState() } - // start autoCompact goroutine asynchronously, // listen deprecatedtable state, and compact automatically.