Skip to content

Commit

Permalink
✨ upscale tomcat max threads
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Oct 24, 2024
1 parent d2109d9 commit 6132185
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ spring:

jpa:
generate-ddl: true
show-sql: true
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
use_sql_comments: true

jwt:
Expand All @@ -31,3 +29,8 @@ cloud:
cloudfront-cname: ENC(3hfGWnS8F+CY67V0fc9kjS9inVeoFpNbnrjVE0xivh+P+BgBrbZOi19ZwdIRBL9tNO5L8+y9gJHSH1TKtaV+lA==)
region:
static: ENC(+TXuroM2fUTZ5CpylDnJfO672+ZFCdA+AVKRDLKoCWKJm+0gQ8/GH+QtS7jLG2v9)

server:
tomcat:
threads:
max: 300

0 comments on commit 6132185

Please sign in to comment.