Invalidate cloud caches when a new license is loaded (#21579)

Automatic Merge
Этот коммит содержится в:
Nick Misasi
2022-11-02 16:40:26 -04:00
коммит произвёл GitHub
родитель 1ae97fc381
Коммит a541cda9d0
19 изменённых файлов: 69 добавлений и 43 удалений

Просмотреть файл

@@ -1347,7 +1347,7 @@ func (s *Server) doLicenseExpirationCheck() {
return
}
if *license.Features.Cloud {
if license.IsCloud() {
mlog.Debug("Skipping license expiration check for Cloud")
return
}