Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dantehemerson authored Nov 12, 2023
1 parent 069a6b5 commit b0272f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Info() {
}

loadGithubInfo()
const intervalId = setInterval(() => loadGithubInfo(), 10000)
const intervalId = setInterval(() => loadGithubInfo(), 3_000)

return () => {
console.log('Clearing interval')
Expand Down

0 comments on commit b0272f5

Please sign in to comment.