diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh index dcf06b3d1..95e5d68b7 100644 --- a/src/libstore/binary-cache-store.hh +++ b/src/libstore/binary-cache-store.hh @@ -24,7 +24,7 @@ private: struct State { - LRUCache> narInfoCache{32 * 1024}; + LRUCache> narInfoCache{64 * 1024}; }; Sync state;