uncomment RT limit

This commit is contained in:
Jack Forgash 2023-08-30 18:01:21 -06:00
parent cb9c6a6b3e
commit b55f82f5ad
4 changed files with 8 additions and 8 deletions

View File

@ -67,5 +67,5 @@ FROM
tbl
ORDER BY
block_height ASC
{# LIMIT
250000 #}
LIMIT
250000

View File

@ -97,5 +97,5 @@ FROM
collections_to_ingest
ORDER BY
block_height ASC
{# LIMIT
250000 #}
LIMIT
250000

View File

@ -95,5 +95,5 @@ FROM
transactions_to_ingest
ORDER BY
block_height ASC
{# LIMIT
250000 #}
LIMIT
250000

View File

@ -95,5 +95,5 @@ FROM
transactions_to_ingest
ORDER BY
block_height ASC
{# LIMIT
250000 #}
LIMIT
250000