From 28f1ccf4f7d382de3ec0b4b295a191364cbb0047 Mon Sep 17 00:00:00 2001 From: kjh Date: Fri, 12 Jan 2024 18:31:00 +0900 Subject: [PATCH] =?UTF-8?q?conf:=20batch=20->=20api=20timeout=20=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mens-batch/src/main/resources/config/application-ens.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mens-batch/src/main/resources/config/application-ens.yml b/mens-batch/src/main/resources/config/application-ens.yml index ef6e1ec..e98bc48 100644 --- a/mens-batch/src/main/resources/config/application-ens.yml +++ b/mens-batch/src/main/resources/config/application-ens.yml @@ -6,8 +6,8 @@ app: # milisecond host: http://localhost:8081 connection: - timeout: 30000 - readTimeout: 30000 + timeout: 600000 + readTimeout: 600000 thread: # 동시 실행 스레드 개수 corePoolSize: 5