Updates for negative .narinfo caching

This commit is contained in:
Eelco Dolstra
2016-04-15 15:39:20 +02:00
parent 177bf25d64
commit afb86638cd
3 changed files with 23 additions and 16 deletions

View File

@ -639,6 +639,7 @@ void State::dumpStatus(Connection & conn, bool log)
auto & stats = store->getStats();
nested.attr("narInfoRead", stats.narInfoRead);
nested.attr("narInfoReadAverted", stats.narInfoReadAverted);
nested.attr("narInfoMissing", stats.narInfoMissing);
nested.attr("narInfoWrite", stats.narInfoWrite);
nested.attr("narInfoCacheSize", stats.narInfoCacheSize);
nested.attr("narRead", stats.narRead);