From 328f58011be4da2420bf8005ccb037ce2b6b1046 Mon Sep 17 00:00:00 2001 From: sangminee Date: Sun, 22 Oct 2023 22:10:48 +0900 Subject: [PATCH] =?UTF-8?q?heartbeat=20=EC=A3=BC=EA=B8=B0=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fd5b61a..0380f9d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,6 +4,8 @@ server: eureka: instance: hostname : 13.125.181.139 + lease-renewal-interval-in-seconds: 1 + lease-expiration-duration-in-seconds: 2 client: register-with-eureka: true fetch-registry: true