increase libfetch connection pool limits slightly
parent
8a28c6d0d4
commit
d0a25d670a
|
@ -548,7 +548,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
init_openssl();
|
init_openssl();
|
||||||
setup_automatic_flags();
|
setup_automatic_flags();
|
||||||
fetchConnectionCacheInit(16, 1);
|
fetchConnectionCacheInit(32, 4);
|
||||||
|
|
||||||
while ((p = getopt_long(argc, argv, short_options, all_options, NULL)) != -1) {
|
while ((p = getopt_long(argc, argv, short_options, all_options, NULL)) != -1) {
|
||||||
for (i = 0; optgroups[i]; i++) {
|
for (i = 0; optgroups[i]; i++) {
|
||||||
|
|
Loading…
Reference in New Issue