From e338e746afdae398ba84b0abd7fdb99895d26144 Mon Sep 17 00:00:00 2001 From: mii2026 Date: Tue, 7 Jan 2025 20:06:51 +0900 Subject: [PATCH] =?UTF-8?q?[refactor=20#118]=20=EC=84=9C=ED=82=B7=EB=B8=8C?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=BB=A4=20TimeLimiter=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gateway/src/main/resources/application.yml b/gateway/src/main/resources/application.yml index 532780c8..7902ed78 100644 --- a/gateway/src/main/resources/application.yml +++ b/gateway/src/main/resources/application.yml @@ -33,6 +33,10 @@ token-value: secret-key: ${USER_TOKEN_SECRET_KEY} resilience4j: + timelimiter: + configs: + default: + timeout-duration: 10s circuitbreaker: configs: default: