From 6d63ae674b7091d5f4682f3e1de144686c1bd265 Mon Sep 17 00:00:00 2001 From: Arshadul Monir Date: Tue, 14 Apr 2026 20:52:32 -0400 Subject: [PATCH] 952: Reverted "952: Lowered maximum pool size to 1 in app yml" --- src/main/resources/application-stg.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/resources/application-stg.yml b/src/main/resources/application-stg.yml index 3776071a6..6a3727414 100644 --- a/src/main/resources/application-stg.yml +++ b/src/main/resources/application-stg.yml @@ -1,11 +1,6 @@ ff: user-metrics: true -spring: - datasource: - hikari: - maximum-pool-size: 1 - # todo: re-enable this once inside of k8s cluster # logging: # structured: