Chnaged times

This commit is contained in:
2025-09-29 23:26:04 +02:00
parent b2333c020d
commit 3fc83449d1

View File

@@ -44,8 +44,8 @@ function useMemberData(uuid: string) {
return data.player as PlayerForGuild["player"]
},
staleTime: 24 * 60 * 60 * 1000,
gcTime: 24 * 60 * 60 * 1000,
staleTime: 1000 * 60 * 60 * 24,
gcTime: 1000 * 60 * 60,
retry: 3,
retryDelay: attemptIndex => Math.min(1000 * 2 ** attemptIndex, 30000)
})