mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 12:50:57 +00:00
Update the worker concurrency of job service from 10 to 50 to improve performance
This commit is contained in:
parent
230e197c61
commit
a7c2e049cc
|
@ -12,8 +12,8 @@ port: 8080
|
|||
|
||||
#Worker pool
|
||||
worker_pool:
|
||||
#0 means unlimited
|
||||
workers: 10
|
||||
#Worker concurrency
|
||||
workers: 50
|
||||
backend: "redis"
|
||||
#Additional config if use 'redis' backend
|
||||
#TODO: switch to internal redis endpoint and namespace.
|
||||
|
|
Loading…
Reference in New Issue
Block a user