mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
the `switch` statement that checks for errors (including license errors) issues a `continue` before we even have the chance to wait for the ticker. this has the drawback that premium users will have to wait 5 minutes before they see policy info, but the alternative would be to use labels and go-to, at least with the current code structure. related to https://github.com/fleetdm/fleet/issues/8373
1 line
89 B
Text
1 line
89 B
Text
- Fixed a bug in Fleet Desktop causing it to spam servers without licenses for policies.
|