Skip to content

Commit

Permalink
chore: bump member refresh to 15sec
Browse files Browse the repository at this point in the history
  • Loading branch information
ardasevinc committed Oct 12, 2023
1 parent ae86e53 commit 7d8466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MemberCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const MemberCount = () => {
const members = await fetchMemberCount();
setMemberCount(members);
setLoading(false);
}, 5000);
}, 15000);
return () => clearInterval(id);
}, []);

Expand Down

0 comments on commit 7d8466f

Please sign in to comment.