update curl/wolfssl, add per host connection limit

This commit is contained in:
ading2210 2024-10-24 04:54:00 -04:00
parent c1b78e1d0c
commit 5579550b8d
8 changed files with 15 additions and 9 deletions

View file

@ -4,7 +4,7 @@ class HTTPSession extends CurlSession {
this.options = options;
this.base_url = undefined;
this.set_connections(50, 40);
this.set_connections(50, 40, 6);
this.import_cookies();
}