From e0e922da092c2f61826dadc37466d4912694f859 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 15 Aug 2017 14:54:24 -0300 Subject: Refresh cache every 2h when using GUI --- src/etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc index f2fe7bf..dcc5819 100644 --- a/src/etc/inc/globals.inc +++ b/src/etc/inc/globals.inc @@ -174,7 +174,7 @@ $g["ext_menu_path"] = "/usr/local/share/{$g['product_name']}/menu"; /* Cache file used to store pfSense version */ $g["version_cache_file"] = "{$g['varrun_path']}/{$g['product_name']}_version"; -$g['version_cache_refresh'] = 24 * 60 * 60; /* 24h */ +$g['version_cache_refresh'] = 2 * 60 * 60; /* 2h */ function platform_booting($on_console = false) { global $g; -- cgit v1.1