diff --git a/src/components/match/CheerTeam/index.tsx b/src/components/match/CheerTeam/index.tsx index 510a10b..f861079 100644 --- a/src/components/match/CheerTeam/index.tsx +++ b/src/components/match/CheerTeam/index.tsx @@ -23,7 +23,7 @@ export default function CheerTeam({ }: CheerTeamType) { const [count, setCount] = useState(0); const { mutate } = useCheerMutation({ matchId, gameTeamId }); - const debouncedCount = useQueryDebounce(count, 1000 * 5); + const debouncedCount = useQueryDebounce(count, 1000); const queryClient = useQueryClient(); useEffect(() => {