Skip to content

Commit

Permalink
[performance] lettuce cp 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghkdqhrbals committed Jan 4, 2024
1 parent 28ca728 commit c9de56e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ spring:
redis:
host: localhost
port: 6379
lettuce:
pool:
max-active: 100
max-idle: 50
min-idle: 10
profiles:
active: prod
kafka:
Expand Down

0 comments on commit c9de56e

Please sign in to comment.