mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
"device polling" changes also require a reboot
The changes won't happen until the interface is re-configured, just like for the other settings.
This commit is contained in:
parent
9fbf0cb178
commit
a18f6df78c
@ -231,6 +231,9 @@ include("head.inc");
|
||||
<strong><?=gettext("Enable device polling"); ?></strong>
|
||||
<div class="hidden" for="help_for_polling">
|
||||
<?php printf(gettext("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the %s homepage for a list of supported cards."), $g['product_name']); ?>
|
||||
<br />
|
||||
<span class="text-warning"><strong><?=gettext("Note:");?> </strong></span>
|
||||
<?=gettext("This will take effect after you reboot the machine or re-configure each interface.");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user