mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +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
|
@ -920,7 +920,7 @@ StorePathSet Store::exportReferences(const StorePathSet & storePaths, const Stor
|
|||
const Store::Stats & Store::getStats()
|
||||
{
|
||||
{
|
||||
auto state_(state.lock());
|
||||
auto state_(state.read());
|
||||
stats.pathInfoCacheSize = state_->pathInfoCache.size();
|
||||
}
|
||||
return stats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue