diff options
author | Valery Piashchynski <[email protected]> | 2021-04-30 16:04:55 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-30 16:04:55 +0300 |
commit | 556477ca9df3fa2e5939057861314eabe5ce30ca (patch) | |
tree | 6bab1f99aa83c794060ab4c913d5ff62fef6882d /plugins/kv | |
parent | 5f451ffbba6b9758d61ba70ddd112a8e1570045a (diff) |
- Make development log colored
- Remove old TODOs
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/kv')
-rw-r--r-- | plugins/kv/drivers/boltdb/driver.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/kv/drivers/boltdb/driver.go b/plugins/kv/drivers/boltdb/driver.go index b596d4c3..2e2df527 100644 --- a/plugins/kv/drivers/boltdb/driver.go +++ b/plugins/kv/drivers/boltdb/driver.go @@ -401,8 +401,6 @@ func (d *Driver) startGCLoop() { //nolint:gocognit }) if err != nil { d.log.Error("error during the gc phase of update", "error", err) - // todo this error is ignored, it means, that timer still be active - // to prevent this, we need to invoke t.Stop() return false } } |