diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-23 00:52:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-23 00:52:14 +0000 |
commit | 416ed28d6070ea0f8a7f7ef1d6a8f084a566ce78 (patch) | |
tree | 0dac5584325b31fb429660b06c12e4a072c6d3b2 /cf/conf | |
parent | 121efc39328a265e2854abbaa4de0727d2b402a3 (diff) | |
download | pfsense-416ed28d6070ea0f8a7f7ef1d6a8f084a566ce78.zip pfsense-416ed28d6070ea0f8a7f7ef1d6a8f084a566ce78.tar.gz |
Allow for the user to customize the pf optimization options in the system -> advanced menu. the default is normal.
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 3cff4e1..816fd11 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -4,6 +4,7 @@ <version>1.4</version> <lastchange></lastchange> <system> + <optimization>default</optimization> <schedulertype>priq</schedulertype> <hostname>pfSense</hostname> <domain>local</domain> |