We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0e742 commit 7a43753Copy full SHA for 7a43753
db.go
@@ -138,7 +138,8 @@ func Open(options Options) (*DB, error) {
138
),
139
)
140
_, err = db.cronScheduler.AddFunc(options.AutoMergeCronExpr, func() {
141
- // maybe we should deal with different errors with different logic, but a background task can't omit its error.
+ // maybe we should deal with different errors with different logic,
142
+ // but a background task can't omit its error.
143
// after auto merge, we should close and reopen the db.
144
_ = db.Merge(true)
145
})
0 commit comments