lib/object_cache.c


Log

Author Commit Date CI Message
Stefan Sperling 414611d9 2018-09-19T22:03:24 fix off-by-one in commit ref counter printed by check_refcount()
Stefan Sperling 221e79cd 2018-09-16T19:30:04 count object cache searches
Stefan Sperling f4081577 2018-09-15T20:45:42 add a Makefile.inc knob which enables cache debug output
Stefan Sperling 7cf5e9c2 2018-09-15T20:44:10 show process name in cache stats debug output
Stefan Sperling 315fa2b2 2018-09-15T20:19:18 count cache eviction events in cache debug stats
Stefan Sperling cec9c8a2 2018-09-15T20:18:32 bump tree cache size; some operations are doing lots of tree walks
Stefan Sperling 6bef87be 2018-09-11T11:23:44 move object cache out of repository.c to its own file