mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:36:43 +00:00
uncomment RT limit
This commit is contained in:
parent
cb9c6a6b3e
commit
b55f82f5ad
@ -67,5 +67,5 @@ FROM
|
||||
tbl
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
LIMIT
|
||||
250000
|
||||
|
||||
@ -97,5 +97,5 @@ FROM
|
||||
collections_to_ingest
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
LIMIT
|
||||
250000
|
||||
|
||||
@ -95,5 +95,5 @@ FROM
|
||||
transactions_to_ingest
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
LIMIT
|
||||
250000
|
||||
|
||||
@ -95,5 +95,5 @@ FROM
|
||||
transactions_to_ingest
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
LIMIT
|
||||
250000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user