mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 03:04:20 +08:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import PQueue from 'p-queue'
|
|
|
|
export const SupabaseGridQueue = new PQueue({ concurrency: 1 })
|