set to 100 (#473)

This commit is contained in:
Jack Forgash 2025-09-04 08:56:47 -06:00 committed by GitHub
parent e0a7d7c1d0
commit 4e06167803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@
SELECT
{{ var(
'API_LIMIT',
1000
100
) }} AS api_limit,
'{{ starting_after }}' AS starting_after,
DATE_PART('EPOCH', SYSDATE()) :: INTEGER AS partition_key,