diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-01-04 11:08:30 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-01-04 11:08:30 +0200 |
commit | d0a25d670a35583701f07196d5ed2ba51eab9f3a (patch) | |
tree | dca1d670fb05a3b94ae81b7ee71f2dedcdd0e6ba /src/apk.c | |
parent | 8a28c6d0d4f81406c67e76b2bcdbe491aa734717 (diff) | |
download | apk-tools-d0a25d670a35583701f07196d5ed2ba51eab9f3a.tar.gz apk-tools-d0a25d670a35583701f07196d5ed2ba51eab9f3a.tar.bz2 apk-tools-d0a25d670a35583701f07196d5ed2ba51eab9f3a.tar.xz apk-tools-d0a25d670a35583701f07196d5ed2ba51eab9f3a.zip |
increase libfetch connection pool limits slightly
Diffstat (limited to 'src/apk.c')
-rw-r--r-- | src/apk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |