mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
⚡ Reduce CTAM timeout. Easy, tiger
This commit is contained in:
parent
98094108d5
commit
1eae7bc6a7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const SlackPage = () => {
|
|||
const { data: millionCount } = useSWR(
|
||||
'https://jia.haas.hackclub.com/api/currentNumber',
|
||||
fetcher,
|
||||
{ refreshInterval: 1000 }
|
||||
{ refreshInterval: 10_000 }
|
||||
)
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue