vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
741 stars 259 forks source link

fix(xo-server): don't use stats that were cached exactly one step ago #7697

Closed b-Nollet closed 1 month ago

b-Nollet commented 1 month ago

Description

Update stats instead of using cache when cache is exactly one step old. It avoids the stats to be twice the same in a row when fetching it every step.

Introduced by 8347ac6ed8359c489b22181bc43da2612b8b03fb

Checklist