From ecbbc0e3e546fed07300d698caa71f4c623b99ed Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 9 Jan 2018 16:51:26 +0000 Subject: [PATCH] feature: Clear OS defs cache on poller/discovery debug (#8061) --- discovery.php | 1 + poller.php | 1 + 2 files changed, 2 insertions(+) diff --git a/discovery.php b/discovery.php index b811efaf2f..b3385928e1 100755 --- a/discovery.php +++ b/discovery.php @@ -84,6 +84,7 @@ EOH; $vdebug = true; } $debug = true; + update_os_cache(true); // Force update of OS Cache ini_set('display_errors', 1); ini_set('display_startup_errors', 1); ini_set('log_errors', 1); diff --git a/poller.php b/poller.php index 2e0a632c9d..ba0b5529d8 100755 --- a/poller.php +++ b/poller.php @@ -94,6 +94,7 @@ EOH; $vdebug = true; } $debug = true; + update_os_cache(true); // Force update of OS Cache ini_set('display_errors', 1); ini_set('display_startup_errors', 1); ini_set('log_errors', 1);