diff --git a/src/components/widgets/resources/resources.jsx b/src/components/widgets/resources/resources.jsx index 7b226ecb8..1a88157ea 100644 --- a/src/components/widgets/resources/resources.jsx +++ b/src/components/widgets/resources/resources.jsx @@ -10,6 +10,7 @@ import Uptime from "./uptime"; export default function Resources({ options }) { const { expanded, units } = options; let { refresh } = options; + if (!refresh) refresh = 1500; refresh = Math.max(refresh, 1000); return