This commit is contained in:
Austin 2024-10-16 09:23:43 -04:00
parent 41584be629
commit 4cc20eb1b8
5 changed files with 6 additions and 6 deletions

View File

@ -65,4 +65,4 @@ SELECT
ORDER BY
block_number DESC
LIMIT
20000
3600

View File

@ -106,4 +106,4 @@ SELECT
ORDER BY
block_number ASC
LIMIT
20000
3600

View File

@ -6,7 +6,7 @@
params ={ "external_table" :"testnet_receipts",
"sql_limit" :"3600",
"producer_batch_size" :"3600",
"worker_batch_size" :"3600",
"worker_batch_size" :"1800",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
),
@ -81,4 +81,4 @@ SELECT
ORDER BY
block_number DESC
LIMIT
20000
3600

View File

@ -77,4 +77,4 @@ FROM
ORDER BY
block_number DESC
LIMIT
20000
3600

View File

@ -76,4 +76,4 @@ SELECT
ORDER BY
block_number DESC
LIMIT
20000
3600