make refresh rate more reasonable

This commit is contained in:
2025-04-22 04:33:40 +02:00
parent 73fe7f17f8
commit fe33ea8f4c

View File

@@ -28,7 +28,7 @@ export function StreamCardClient() {
rankedUserQuery.refetch()
},
// 1 minute
1000 * 1
1000 * 1 * 30
)
}, [])