From 8e7a3a11098038647cb781c3e8fcdff5f699a935 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 13 May 2024 14:12:31 +0100 Subject: [PATCH] Remove unused hikari config from application properties --- src/main/resources/config/application-prod.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index cb770b5e9..a91de4f62 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -25,12 +25,6 @@ spring: name: managementportal username: radarbase password: radarbase - hikari: - data-source-properties: - cachePrepStmts: true - prepStmtCacheSize: 250 - prepStmtCacheSqlLimit: 2048 - useServerPrepStmts: true jpa: database-platform: org.hibernate.dialect.PostgreSQLDialect database: POSTGRESQL