From ac448af0fa66b96dcf0d8f36514490e0b321fcd1 Mon Sep 17 00:00:00 2001 From: kariskan Date: Tue, 27 Aug 2024 20:52:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=EB=A0=88=EB=93=9C=20=ED=92=80?= =?UTF-8?q?=20=EA=B0=9C=EC=88=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ee5ec6a..b62a175 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,8 +8,8 @@ spring: on-profile: local datasource: driver-class-name: com.mysql.cj.jdbc.Driver - hikari: - maximum-pool-size: 20 +# hikari: +# maximum-pool-size: 20 jpa: hibernate: ddl-auto: none @@ -39,13 +39,13 @@ management: export: enabled: true -server: - tomcat: - threads: - min-spare: 10 - max: 20 - accept-count: 100 - max-connections: 20 +#server: +# tomcat: +# threads: +# min-spare: 10 +# max: 200 +# accept-count: 100 +# max-connections: 200 share: server-domain: localhost:8080