summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_setting.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-15 19:09:22 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-15 19:09:22 -0500
commit220c89156044441767c76de3e6b6c0e2509c4a76 (patch)
tree35198f3dab0a221a49feef8f7370a7285ac6efd4 /src/usr/local/www/load_balancer_setting.php
parent2975a60832296bf824cb737010ddfb11ee316bc6 (diff)
downloadpfsense-220c89156044441767c76de3e6b6c0e2509c4a76.zip
pfsense-220c89156044441767c76de3e6b6c0e2509c4a76.tar.gz
clean up relayd prefork descr
Diffstat (limited to 'src/usr/local/www/load_balancer_setting.php')
-rw-r--r--src/usr/local/www/load_balancer_setting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/load_balancer_setting.php b/src/usr/local/www/load_balancer_setting.php
index ae18f6f..04ddfb9 100644
--- a/src/usr/local/www/load_balancer_setting.php
+++ b/src/usr/local/www/load_balancer_setting.php
@@ -145,9 +145,9 @@ $section->addInput(new Form_Input(
'Prefork',
'text',
$pconfig['prefork']
-))->setHelp('Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes');
+))->setHelp('Number of processes forked in advance by relayd. Leave blank to use the default value of 5 processes');
$form->add($section);
print($form);
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud