From d0a25d670a35583701f07196d5ed2ba51eab9f3a Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 4 Jan 2018 11:08:30 +0200 Subject: increase libfetch connection pool limits slightly --- src/apk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apk.c b/src/apk.c index ecd89a2..c71358b 100644 --- a/src/apk.c +++ b/src/apk.c @@ -548,7 +548,7 @@ int main(int argc, char **argv) init_openssl(); setup_automatic_flags(); - fetchConnectionCacheInit(16, 1); + fetchConnectionCacheInit(32, 4); while ((p = getopt_long(argc, argv, short_options, all_options, NULL)) != -1) { for (i = 0; optgroups[i]; i++) { -- cgit v1.2.3-70-g09d2