wip increase the lobby polling interval

goal is to reduce pressure on the backend (should be around ~60% capacity reduction on that endpoint)
This commit is contained in:
lebaudantoine
2026-09-04 14:09:38 +02:00
parent ac4be27445
commit 071d2b4de7
@@ -12,7 +12,7 @@ import { keys } from '@/api/queryKeys'
import { queryClient } from '@/api/queryClient'
import { ApiError } from '@/api/ApiError'
export const POLL_INTERVAL_MS = 1000
export const POLL_INTERVAL_MS = 3000
export const LAZY_POLL_INTERVAL_MS = 10_000
export const LobbyProvider = () => {