From 89a0d399999c833e51e7e4f0494cc67fe30c454f Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 14 Sep 2022 10:23:02 +0100 Subject: [PATCH 1/1] Database tuning for cps - Reverted leakDetectionThreshold to its previous working value Issue-ID: CPS-1126 Signed-off-by: sourabh_sourabh Change-Id: Ia43f164d2e24874ca09d3faad918020828661bef --- cps-application/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 56515df77..f7a06c53c 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -50,7 +50,7 @@ spring: maximumPoolSize: 80 idleTimeout: 60000 connectionTimeout: 120000 - leakDetectionThreshold: 2000 + leakDetectionThreshold: 30000 pool-name: CpsDatabasePool cache: -- 2.16.6