rclone/lib/kv
nielash ff0acfb568 hasher: fix error from trying to stop an already-stopped db
Before this change, Hasher would sometimes try to stop a bolt db that was
already stopped, resulting in an error. This change fixes the issue by checking
first whether the db is already stopped.

https://forum.rclone.org/t/hasher-with-gdrive-backend-does-not-return-sha1-sha256-for-old-files/44680/11?u=nielash
2024-03-09 11:58:02 +00:00
..
bolt.go hasher: fix error from trying to stop an already-stopped db 2024-03-09 11:58:02 +00:00
internal_test.go Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
types.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
unsupported.go hasher: fix error from trying to stop an already-stopped db 2024-03-09 11:58:02 +00:00