Make the .narinfo cache bigger
This commit is contained in:
parent
a7d8eaba54
commit
0423787086
|
@ -24,7 +24,7 @@ private:
|
||||||
|
|
||||||
struct State
|
struct State
|
||||||
{
|
{
|
||||||
LRUCache<Path, std::shared_ptr<NarInfo>> narInfoCache{32 * 1024};
|
LRUCache<Path, std::shared_ptr<NarInfo>> narInfoCache{64 * 1024};
|
||||||
};
|
};
|
||||||
|
|
||||||
Sync<State> state;
|
Sync<State> state;
|
||||||
|
|
Loading…
Reference in a new issue