mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
Store: Use SharedSync for state
This commit is contained in:
parent
ce663d75e3
commit
ea46264bd3
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ protected:
|
|||
LRUCache<std::string, PathInfoCacheValue> pathInfoCache;
|
||||
};
|
||||
|
||||
Sync<State> state;
|
||||
SharedSync<State> state;
|
||||
|
||||
std::shared_ptr<NarInfoDiskCache> diskCache;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue