mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Document that phd.taskmasters
is a local setting, per daemon
Summary: Ref T13187. See PHI807. The documentation currently does not make it very clear that this is a local setting, per `phd` process. Make it more clear. Test Plan: {F5827757} Reviewers: amckinley Maniphest Tasks: T13187 Differential Revision: https://secure.phabricator.com/D19597
This commit is contained in:
parent
7ef2bb1b56
commit
ca618a8679
1 changed files with 8 additions and 3 deletions
|
@ -34,9 +34,14 @@ final class PhabricatorPHDConfigOptions
|
|||
->setSummary(pht('Maximum taskmaster daemon pool size.'))
|
||||
->setDescription(
|
||||
pht(
|
||||
'Maximum number of taskmaster daemons to run at once. Raising '.
|
||||
'this can increase the maximum throughput of the task queue. The '.
|
||||
'pool will automatically scale down when unutilized.')),
|
||||
"Maximum number of taskmaster daemons to run at once. Raising ".
|
||||
"this can increase the maximum throughput of the task queue. The ".
|
||||
"pool will automatically scale down when unutilized.".
|
||||
"\n\n".
|
||||
"If you are running a cluster, this limit applies separately ".
|
||||
"to each instance of `phd`. For example, if this limit is set ".
|
||||
"to `4` and you have three hosts running daemons, the effective ".
|
||||
"global limit will be 12.")),
|
||||
$this->newOption('phd.verbose', 'bool', false)
|
||||
->setLocked(true)
|
||||
->setBoolOptions(
|
||||
|
|
Loading…
Reference in a new issue