chore: todo

This commit is contained in:
oomeow
2025-10-01 10:17:08 +08:00
Unverified
parent 223747e932
commit ae9e4faa7b
11 changed files with 27 additions and 11 deletions

View File

@@ -334,7 +334,7 @@ export const AppDataProvider = ({
// 高频率更新数据 (2秒)
const { data: uptimeData } = useSWR("appUptime", getAppUptime, {
// TODO: 运行时间
refreshInterval: 20000,
refreshInterval: 2000,
revalidateOnFocus: false,
suspense: false,
});