commit cec9c8a2c9c3bf370bde0d5a9e8d731ed324df5b from: Stefan Sperling date: Sat Sep 15 18:18:32 2018 UTC bump tree cache size; some operations are doing lots of tree walks commit - faaa1c0fd279a45c741fd87aa9369924976c886b commit + cec9c8a2c9c3bf370bde0d5a9e8d731ed324df5b blob - 086dcccdf5ebe1fe5035579014d7b1d6bd7c4ab1 blob + 1e3d2dc1c907a3536d0be9daae3aca864f138625 --- lib/object_cache.c +++ lib/object_cache.c @@ -33,7 +33,7 @@ #include "got_lib_object_cache.h" #define GOT_OBJECT_CACHE_SIZE_OBJ 1024 -#define GOT_OBJECT_CACHE_SIZE_TREE 128 +#define GOT_OBJECT_CACHE_SIZE_TREE 2048 #define GOT_OBJECT_CACHE_SIZE_COMMIT 512 const struct got_error *