Skip to content

Commit

Permalink
heartbeat 주기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Oct 22, 2023
1 parent 1531e52 commit 328f580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 328f580

Please sign in to comment.