Reduce CTAM timeout. Easy, tiger

This commit is contained in:
Malted 2023-09-05 12:21:50 +01:00
parent 98094108d5
commit 1eae7bc6a7
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ const SlackPage = () => {
const { data: millionCount } = useSWR(
'https://jia.haas.hackclub.com/api/currentNumber',
fetcher,
{ refreshInterval: 1000 }
{ refreshInterval: 10_000 }
)
return (