From e5b406e85311166a6e9c54ec0d4d52637557746b Mon Sep 17 00:00:00 2001 From: Dominik Frantisek Bucik Date: Thu, 9 Dec 2021 09:29:45 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Configurable=20max=20poo?= =?UTF-8?q?l=20size=20for=20JDBC=20data=20sources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use `jdbc.max_pool_size` for MitreID db pool size limitation. Use `stats.jdbc.max_pool_size` for limiting the pool size for statistics data source --- .../src/main/webapp/WEB-INF/data-context.xml | 3 ++- .../src/main/webapp/WEB-INF/user-context.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/data-context.xml b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/data-context.xml index b484eb6c9..edc81431e 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/data-context.xml +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/data-context.xml @@ -29,7 +29,7 @@ - + @@ -37,6 +37,7 @@ + diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/user-context.xml b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/user-context.xml index 76d3d7000..16b5bf345 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/user-context.xml +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/user-context.xml @@ -124,6 +124,7 @@ oidc oidc org.eclipse.persistence.platform.database.MySQLPlatform + 50 https://login.cesnet.cz/oidc/ /etc/perun/perun-mitreid-saml-keystore.jks @@ -143,6 +144,7 @@ jdbc:mariadb://localhost:3306/STATS user password + 10 default EN