1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00
Files
kubo/merkledag
Juan Batiz-Benet 16690d4af2 race fix: pinner loads with a threadsafe datastore
All the datastores used by pinners and so on should be mutex
wrapped. One issue with changing all of them from
ds.Datastore -> ds.ThreadSafeDatastore is that we wrap the
incoming ds.ThreadSafeDatastore with other datastores, which
do not implement the interface. Re-wrapping again causes
double locking. (which may be ok..., but...) any ideas?
2015-01-14 16:15:38 -08:00
..
2015-01-07 11:04:35 -08:00
2015-01-06 13:12:22 -08:00
2015-01-07 02:15:53 -08:00
2014-12-13 05:17:16 -08:00
2015-01-07 02:31:29 -08:00