Merge "Add options.workers to the template"

This commit is contained in:
Jenkins 2017-08-04 18:00:03 +00:00 committed by Gerrit Code Review
commit df686bf1c9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ notification_topics = notifications_designate
#-----------------------
[service:central]
# Number of central worker processes to spawn
#workers = None
workers = {{ options.workers }}
# Number of central greenthreads to spawn
#threads = 1000