From: sourabh_sourabh Date: Wed, 14 Sep 2022 09:23:02 +0000 (+0100) Subject: Database tuning for cps X-Git-Tag: 3.1.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F130928%2F1;p=cps.git Database tuning for cps - Reverted leakDetectionThreshold to its previous working value Issue-ID: CPS-1126 Signed-off-by: sourabh_sourabh Change-Id: Ia43f164d2e24874ca09d3faad918020828661bef --- diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 56515df776..f7a06c53cf 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: