mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
57c7fde864
After testing concurrent calling of `kv.Start` and `db.Stop` I had to restrict more parts of these under mutex to make results deterministic without Sleep's in the test body. It's more safe but has potential to lock Start for up to 2 seconds due to `db.open`. |
||
---|---|---|
.. | ||
bolt.go | ||
internal_test.go | ||
types.go | ||
unsupported.go |