diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-11-27 20:22:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-11-27 20:22:05 +0000 |
commit | d35fa17e1d389b7e19f2ae7aaf293c58a38cacd8 (patch) | |
tree | e9a7de60943044d5692685ccbb68d817572250e7 /cf/conf/config.xml | |
parent | 8dca032f86dfe544461f860834f455710c00dfe0 (diff) | |
download | pfsense-d35fa17e1d389b7e19f2ae7aaf293c58a38cacd8.zip pfsense-d35fa17e1d389b7e19f2ae7aaf293c58a38cacd8.tar.gz |
* Download bogons entries from pfsense.com
* Do not update on every minute on the 1st of the month
* Sleep for a random period before updating to avoid killing the server
Diffstat (limited to 'cf/conf/config.xml')
-rw-r--r-- | cf/conf/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index a4fbb08..0cd1cb6 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -646,7 +646,7 @@ </item> <item> <minute>1</minute> - <hour>*</hour> + <hour>2</hour> <mday>1</mday> <month>*</month> <wday>*</wday> |