Skip to content

Commit

Permalink
[MODFQMMGR-522] Increase thread pool size to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Dec 18, 2024
1 parent 2e3b9da commit 0e2f755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ spring:
task:
execution:
pool:
core-size: 9
max-size: 10 # Max number of concurrent async tasks
core-size: 12
max-size: 12 # Max number of concurrent async tasks
queue-capacity: 1000
thread-name-prefix: mod-fqm-manager-
banner:
Expand Down

0 comments on commit 0e2f755

Please sign in to comment.