From: Aki Tuomi Date: Thu, 4 Jun 2020 07:23:36 +0000 (+0300) Subject: auth: db-oauth2 - Add more performant defaults for lib-http X-Git-Tag: 2.3.11.2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01008de74aeb2f02387c7f76b475f4ef16b241ba;p=thirdparty%2Fdovecot%2Fcore.git auth: db-oauth2 - Add more performant defaults for lib-http --- diff --git a/src/auth/db-oauth2.c b/src/auth/db-oauth2.c index 6e7eefdbbc..1a4055dde2 100644 --- a/src/auth/db-oauth2.c +++ b/src/auth/db-oauth2.c @@ -162,7 +162,7 @@ static struct passdb_oauth2_settings default_oauth2_settings = { .rawlog_dir = "", .timeout_msecs = 0, .max_idle_time_msecs = 60000, - .max_parallel_connections = 1, + .max_parallel_connections = 10, .max_pipelined_requests = 1, .tls_ca_cert_file = NULL, .tls_ca_cert_dir = NULL,