chore: bump up query limit
This commit is contained in:
parent
cf647eed90
commit
10805b4193
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ const SUPABASE_URL = process.env['SUPABASE_URL']
|
|||
const SUPABASE_KEY = process.env['SUPABASE_KEY']
|
||||
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY)
|
||||
|
||||
const PAGE_SIZE = 50
|
||||
const PAGE_SIZE = 250
|
||||
|
||||
const fetchBlockData = async (collection, itemId) => {
|
||||
const { data, error } = await supabase
|
||||
|
|
Reference in a new issue