Skip to content

Commit

Permalink
Merge pull request #560 from folio-org/MODFQMMGR-522-again
Browse files Browse the repository at this point in the history
[MODFQMMGR-522] Increase core thread pool size to 12
  • Loading branch information
bvsharp authored Dec 19, 2024
2 parents 2e3b9da + 0e2f755 commit 37ca6b1
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 37ca6b1

Please sign in to comment.