From 87e30e969e0199ee42e22a7bd6e9dbca881d502a Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Fri, 29 Sep 2023 22:59:33 +0200 Subject: [PATCH] Update max. connections in CI. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 426cc0c4..49ccc3a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ variables: mysqlLegacySqlMode: ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION # Currently no ONLY_FULL_GROUP_BY, see #1167: mariadbSqlMode: STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION - maxConnections: 255 + maxConnections: 512 runIntegrationTests: true # Dotnet + Tools versioning: