summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-23 01:08:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-23 01:08:25 +0000
commitc8a0fa18c60274dafdf927aeba7ce7ad4a399b07 (patch)
tree5d82079369d9dbd0ece3e2633332dd0bf3fc2390 /usr/local/www/system_advanced.php
parentd0b33b21dcdb2401f31e62a100ed38b973412330 (diff)
downloadpfsense-c8a0fa18c60274dafdf927aeba7ce7ad4a399b07.zip
pfsense-c8a0fa18c60274dafdf927aeba7ce7ad4a399b07.tar.gz
Typo in aggressive.
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 00c9d55..9a3c1c1 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -392,7 +392,7 @@ function enable_change(enable_over) {
<select name="optimization" id="optimization">
<option value="normal"<?php if($config['system']['optimization']=="normal") echo " SELECTED"; ?>>normal - as the name says, it's the normal optimization algorithm.</option>
<option value="high-latency"<?php if($config['system']['optimization']=="high-latency") echo " SELECTED"; ?>>high-latency - used for high latency links, such as satellite links. Expires idle connections later than default.</option>
- <option value="agressive"<?php if($config['system']['optimization']=="agressive") echo " SELECTED"; ?>>agressive - expires idle connections earlier than default; using less memory and CPU time while possibly dropping some legitimate connections.</option>
+ <option value="aggressive"<?php if($config['system']['optimization']=="aggressive") echo " SELECTED"; ?>>aggressive - expires idle connections earlier than default; using less memory and CPU time while possibly dropping some legitimate connections.</option>
<option value="conservative"<?php if($config['system']['optimization']=="conservative") echo " SELECTED"; ?>>conservative - tries to avoid dropping any legitimate connections at the expense of increased memory usage and CPU utilization.</option>
</select>
<strong>Disable webGUI anti-lockout rule</strong><br>
OpenPOWER on IntegriCloud