]> Sergey Matveev's repositories - btrtrc.git/commit
Fix race in sqlite direct storage init v1.30.0
authorMatt Joiner <anacrolix@gmail.com>
Tue, 10 Aug 2021 23:43:40 +0000 (09:43 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 10 Aug 2021 23:44:09 +0000 (09:44 +1000)
commit87294355fb3c18ec0b17b24bdb567840787924b0
tree00b70c69994278510bce2fb32a2238304e9d6568
parent88c0a85e44d300cbc99ed7af9e39a65d088b0442
Fix race in sqlite direct storage init

There's a race between starting the blob flusher and assigning the timer to the storage client.
storage/sqlite/direct.go