Commit 3920ec31 authored by Ad Schellevis's avatar Ad Schellevis

Merge pull request #717 from oparoz/patch-1

"device polling" changes also require a reboot
parents 1cf16661 a18f6df7
......@@ -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:");?>&nbsp;</strong></span>
<?=gettext("This will take effect after you reboot the machine or re-configure each interface.");?>
</div>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment