mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 13:54:50 +09:00
b0da8747a2
Before this patch, the shared fetch used plain insert, because it relied on being the only place in the codebase where new RemoteActors get inserted. I was hoping for that to be the case, but while I tweak things and handle fetching URIs that can be an actor or a public key (for which ActorFetchShare isn't sufficient without some smart modification), I'd like concurrent insertions to be safe, without getting in the way of ActorFetchShare. With this patch, it now uses insertBy', which doesn't mind concurrent insertions. |
||
---|---|---|
.. | ||
Control | ||
Crypto | ||
Darcs/Local | ||
Data | ||
Database | ||
Diagrams | ||
Formatting | ||
Language/Haskell/TH/Quote | ||
Network | ||
Text | ||
Vervis | ||
Web | ||
Yesod | ||
GitPackProto.hs |