Database tuning for cps 28/130928/1
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 14 Sep 2022 09:23:02 +0000 (10:23 +0100)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 14 Sep 2022 09:23:02 +0000 (10:23 +0100)
- Reverted leakDetectionThreshold to its previous working value

Issue-ID: CPS-1126
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: Ia43f164d2e24874ca09d3faad918020828661bef

cps-application/src/main/resources/application.yml

index 56515df..f7a06c5 100644 (file)
@@ -50,7 +50,7 @@ spring:
             maximumPoolSize: 80\r
             idleTimeout: 60000\r
             connectionTimeout: 120000\r
-            leakDetectionThreshold: 2000\r
+            leakDetectionThreshold: 30000\r
             pool-name: CpsDatabasePool\r
 \r
     cache:\r