]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: db-oauth2 - Add more performant defaults for lib-http
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 4 Jun 2020 07:23:36 +0000 (10:23 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 5 Jun 2020 06:12:09 +0000 (09:12 +0300)
src/auth/db-oauth2.c

index 6e7eefdbbcd1fe5943ad2379ebeb9c17ffa02362..1a4055dde28afa35ea75e06249f11aed7cb0e446 100644 (file)
@@ -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,