ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
633 stars 54 forks source link

chore: don't startGC when open database error #102

Closed luhuaei closed 1 year ago

luhuaei commented 1 year ago

When open database error, but startGC already call, if this error ignored, will cause startGC panic(db is nil) on next tick.