Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuRA committed Sep 11, 2024
1 parent 456b768 commit eff846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-server/src/xo-mixins/rest-api.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eff846f

Please sign in to comment.