Skip to content

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 authored Aug 17, 2024
1 parent fc3c342 commit 8debee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spring: # test profile
redis:
namespace: novelcia
lifecycle:
timeout-per-shutdown-phase: 15s
timeout-per-shutdown-phase: 15s # 스프링이 종료될때 모든 작업이 종료될때 까지 기다리는 시간
task:
execution:
pool:
Expand All @@ -56,7 +56,7 @@ server:
shutdown: graceful
tomcat:
connection-timeout: 3s # tcp연결에서 처음 패킷 타임아웃시, 재전송할 기회를 보장, 그다음 재전송은 1초에서 2초로 증가되므로 3초 타임아웃으로 재전송은 1번만
keep-alive-timeout: 15s
keep-alive-timeout: 15s # keep-alive 통신에서 LB 아래에서 스프링 서버과 연결시, 생길 수 있는 좀비 커넥션 방지
---
spring: # local profile
config:
Expand Down

0 comments on commit 8debee1

Please sign in to comment.