Skip to content

Commit

Permalink
fix: socket 타임아웃 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
koo995 committed Dec 13, 2024
1 parent 9e63d89 commit d0f0442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spring:
max-lifetime: 55000 # 커넥션 최대 생존 시간 설정 (ms) 55초
connection-timeout: 30000 # pool 에서 커넥션을 받기위해 대기하는 시간 (ms)
data-source-properties:
socketTimeout: 30
socketTimeout: 30000 # 커넥션 소켓 타임아웃 설정 (ms)



Expand Down

0 comments on commit d0f0442

Please sign in to comment.