@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+8 -3
+8 -3
src/applications/config/option/PhabricatorPHDConfigOptions.php
··· 34 34 ->setSummary(pht('Maximum taskmaster daemon pool size.')) 35 35 ->setDescription( 36 36 pht( 37 - 'Maximum number of taskmaster daemons to run at once. Raising '. 38 - 'this can increase the maximum throughput of the task queue. The '. 39 - 'pool will automatically scale down when unutilized.')), 37 + "Maximum number of taskmaster daemons to run at once. Raising ". 38 + "this can increase the maximum throughput of the task queue. The ". 39 + "pool will automatically scale down when unutilized.". 40 + "\n\n". 41 + "If you are running a cluster, this limit applies separately ". 42 + "to each instance of `phd`. For example, if this limit is set ". 43 + "to `4` and you have three hosts running daemons, the effective ". 44 + "global limit will be 12.")), 40 45 $this->newOption('phd.verbose', 'bool', false) 41 46 ->setLocked(true) 42 47 ->setBoolOptions(