Page MenuHomePhabricator

D19597.id46854.diff
No OneTemporary

D19597.id46854.diff

diff --git a/src/applications/config/option/PhabricatorPHDConfigOptions.php b/src/applications/config/option/PhabricatorPHDConfigOptions.php
--- a/src/applications/config/option/PhabricatorPHDConfigOptions.php
+++ b/src/applications/config/option/PhabricatorPHDConfigOptions.php
@@ -34,9 +34,14 @@
->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(

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 22, 4:46 AM (18 h, 53 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6627708
Default Alt Text
D19597.id46854.diff (1 KB)

Event Timeline