tweak delta cache size in got-index-pack
diff --git a/libexec/got-index-pack/got-index-pack.c b/libexec/got-index-pack/got-index-pack.c
index 9ebc198..cbeb792 100644
--- a/libexec/got-index-pack/got-index-pack.c
+++ b/libexec/got-index-pack/got-index-pack.c
@@ -875,7 +875,7 @@ main(int argc, char **argv)
memset(&pack, 0, sizeof(pack));
pack.fd = -1;
- pack.delta_cache = got_delta_cache_alloc(1000,
+ pack.delta_cache = got_delta_cache_alloc(500,
GOT_DELTA_RESULT_SIZE_CACHED_MAX);
if (pack.delta_cache == NULL) {
err = got_error_from_errno("got_delta_cache_alloc");