mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
prefork for relayd is usefull only in DNS mode
This commit is contained in:
parent
61d744c354
commit
e5f2cf3a94
@ -151,7 +151,7 @@ include("head.inc");
|
||||
<td width="78%" class="vtable">
|
||||
<input name="prefork" id="prefork" value="<?php if ($lbsetting['prefork'] <> "") echo $lbsetting['prefork']; ?>" class="formfld unknown">
|
||||
<br />
|
||||
<?=gettext("Number of processes used by relayd. Leave blank to use the default value of 5 processes"); ?>
|
||||
<?=gettext("Number of processes used by relayd for dns protocol. Leave blank to use the default value of 5 processes"); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user