From c361bf4979d85e8cebde7f9f1c39e42d94ac44db Mon Sep 17 00:00:00 2001 From: mii2026 Date: Mon, 13 Jan 2025 20:46:19 +0900 Subject: [PATCH] =?UTF-8?q?[refactor]=20TimeLimiter=20=EC=8B=9C=EA=B0=84?= =?UTF-8?q?=20=EC=A0=9C=ED=95=9C=2010s=20->=2015s=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/src/main/resources/application.yml b/gateway/src/main/resources/application.yml index 7902ed78..f6548b2e 100644 --- a/gateway/src/main/resources/application.yml +++ b/gateway/src/main/resources/application.yml @@ -36,7 +36,7 @@ resilience4j: timelimiter: configs: default: - timeout-duration: 10s + timeout-duration: 15s circuitbreaker: configs: default: