Commit Diff


commit - 19e70ad6fff7c3b54cf7f69f86c86c5299037c62
commit + f6912001afdce535562e17bdaec333daedc2c2c3
blob - 4e540ef7c6a5912a4ca0c7fd67ca2f4ef5663d1d
blob + 4379222e6238860a7965b41526f817c2614aa6e5
--- lib/got_lib_repository.h
+++ lib/got_lib_repository.h
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#define GOT_PACKIDX_CACHE_SIZE	4
+#define GOT_PACKIDX_CACHE_SIZE	16
 #define GOT_PACK_CACHE_SIZE	GOT_PACKIDX_CACHE_SIZE
 
 struct got_repository {