diff --git a/packages/xo-server/src/xo-mixins/rest-api.mjs b/packages/xo-server/src/xo-mixins/rest-api.mjs index 9224a634dce..393f63a5129 100644 --- a/packages/xo-server/src/xo-mixins/rest-api.mjs +++ b/packages/xo-server/src/xo-mixins/rest-api.mjs @@ -456,7 +456,7 @@ async function _getDashboardStats(app) { }, []) return dashboard } -const getDashboardStats = throttle(_getDashboardStats, 6, { trailing: false, leading: true }) +const getDashboardStats = throttle(_getDashboardStats, 6e4, { trailing: false, leading: true }) export default class RestApi { #api