refresh every minute

This commit is contained in:
2025-04-18 14:06:36 +02:00
parent cdf9759d29
commit 435bfa970d

View File

@@ -28,8 +28,8 @@ export function StreamCardClient() {
gamesQuery.refetch()
rankedUserQuery.refetch()
},
// 3 minutes
1000 * 60 * 3
// 1 minute
1000 * 60 * 1
)
}, [])