From 7a0f88bfb1d9d383af50c8cee639e32c9d59c945 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 14 Aug 2026 16:50:10 +0900 Subject: [PATCH] =?UTF-8?q?Atomikos=20=EC=84=A4=EC=A0=95=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD:=20max-actives=20=EC=86=8D=EC=84=B1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f57c802..fef0fab 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -65,6 +65,7 @@ spring: # log-base-dir: /logs/eapim/${inst.Name:devSvr11}/atomikos log-base-dir: /dev/null log-base-name: adp_tx + max-actives: 200 thymeleaf: prefix: 'classpath:/templates/views/'