Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13992410
D14867.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14867.id.diff
View Options
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
@@ -22,12 +22,15 @@
public function getOptions() {
return array(
$this->newOption('phd.pid-directory', 'string', '/var/tmp/phd/pid')
+ ->setLocked(true)
->setDescription(
pht('Directory that phd should use to track running daemons.')),
$this->newOption('phd.log-directory', 'string', '/var/tmp/phd/log')
+ ->setLocked(true)
->setDescription(
pht('Directory that the daemons should use to store log files.')),
$this->newOption('phd.taskmasters', 'int', 4)
+ ->setLocked(true)
->setSummary(pht('Maximum taskmaster daemon pool size.'))
->setDescription(
pht(
@@ -35,6 +38,7 @@
'this can increase the maximum throughput of the task queue. The '.
'pool will automatically scale down when unutilized.')),
$this->newOption('phd.verbose', 'bool', false)
+ ->setLocked(true)
->setBoolOptions(
array(
pht('Verbose mode'),
@@ -59,6 +63,7 @@
'Phabricator imports or manages. This option is new and '.
'experimental.')),
$this->newOption('phd.trace', 'bool', false)
+ ->setLocked(true)
->setBoolOptions(
array(
pht('Trace mode'),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 4:23 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716187
Default Alt Text
D14867.id.diff (1 KB)
Attached To
Mode
D14867: Lock daemon configuration
Attached
Detach File
Event Timeline
Log In to Comment