Update SoftwareUpdateService, clear nodeinfo on flushCache

pull/7381/head
Daniel Supernault 4 days ago
parent 80f792038c
commit 91b41c2071
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -22,6 +22,7 @@ class SoftwareUpdateService
if ($flushCache) {
Cache::forget(self::cacheKey());
Cache::forget('api:nodeinfo');
}
$versions = Cache::remember(self::cacheKey(), 1800, function () {

Loading…
Cancel
Save