aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2022-09-14 10:23:02 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2022-09-14 10:23:02 +0100
commit89a0d399999c833e51e7e4f0494cc67fe30c454f (patch)
tree03b961386d67b96ed84ced847186514c2a551259
parent9697e76c319e4cf59fc494216a720393545503a9 (diff)
Database tuning for cps
- Reverted leakDetectionThreshold to its previous working value Issue-ID: CPS-1126 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech> Change-Id: Ia43f164d2e24874ca09d3faad918020828661bef
-rw-r--r--cps-application/src/main/resources/application.yml2
1 files changed, 1 insertions, 1 deletions
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: