mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Refresh cache every 2h when using GUI
This commit is contained in:
parent
427674d9e2
commit
36f9a1ad89
@ -219,7 +219,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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user