diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-04 20:47:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-04 20:47:37 +0000 |
commit | b16a29f0a21918eacb5cee201d959dab3c7fd48d (patch) | |
tree | 0e4eb758d853416c7fa510fabe4d5209064c8de5 /cf/conf | |
parent | ca426b47ce9df815bd3694d4802ad8d4bb1ac83e (diff) | |
download | pfsense-b16a29f0a21918eacb5cee201d959dab3c7fd48d.zip pfsense-b16a29f0a21918eacb5cee201d959dab3c7fd48d.tar.gz |
Change time update interval to 400.
Requested-by: B.Kharazmi
Diffstat (limited to 'cf/conf')
-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 d973c1e..097476a 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -11,7 +11,7 @@ <username>admin</username> <password>$1$2xGLA75j$W/jiJc00HYBZX7kFjxjQv0</password> <timezone>Etc/UTC</timezone> - <time-update-interval>300</time-update-interval> + <time-update-interval>400</time-update-interval> <timeservers>pool.ntp.org</timeservers> <webgui> <protocol>http</protocol> |