[FIX-7287] change description of 'master.exec.threads' (#7588)

* [2.0.2] #7287 change description of 'master.exec.threads'

* [2.0.2] #7287 change description of 'master.exec.threads'
This commit is contained in:
BaoLiang 2021-12-24 10:32:45 +08:00 committed by GitHub
parent 1693405383
commit 8fa61cf050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -18,12 +18,9 @@
# master listen port
#master.listen.port=5678
# master execute thread number to limit process instances in parallel
# Number of process instances executed in parallel
#master.exec.threads=100
# master execute task number in parallel per process instance
#master.exec.task.num=20
# master dispatch task number per batch
#master.dispatch.task.num=3