Skip to content

Commit

Permalink
Chore: Timeout 방지 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Aug 11, 2024
1 parent a99f6bf commit d593e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
spring:
server:
port: 8080
connection-timeout: 15m
jackson:
time-zone: Asia/Seoul
datasource:
Expand Down Expand Up @@ -38,6 +39,9 @@ spring:
protocol: smtp
default-encoding: UTF-8
test-connection: false
mvc:
async:
request-timeout: 15m

jwt:
token:
Expand Down

0 comments on commit d593e34

Please sign in to comment.