commit 964d3c5bf3328f4a856b9ad185a68298720e5404 from: Stefan Sperling date: Wed Mar 18 16:13:44 2020 UTC increase delta cache size for got-index-pack commit - b102634cc0906f5ca2fd2df500a5dce7d4faa388 commit + 964d3c5bf3328f4a856b9ad185a68298720e5404 blob - 6d6289b9ac29c664ac5c8aa044baf75101040d02 blob + 3a91c7605733a8e1016866b330c7ef773143c7d2 --- libexec/got-index-pack/got-index-pack.c +++ libexec/got-index-pack/got-index-pack.c @@ -808,7 +808,7 @@ main(int argc, char **argv) memset(&pack, 0, sizeof(pack)); pack.fd = -1; - pack.delta_cache = got_delta_cache_alloc(100, + pack.delta_cache = got_delta_cache_alloc(1000, GOT_DELTA_RESULT_SIZE_CACHED_MAX); if (pack.delta_cache == NULL) { err = got_error_from_errno("got_delta_cache_alloc");