mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 13:57:17 +00:00
limits
This commit is contained in:
parent
41584be629
commit
4cc20eb1b8
@ -65,4 +65,4 @@ SELECT
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
20000
|
||||
3600
|
||||
|
||||
@ -106,4 +106,4 @@ SELECT
|
||||
ORDER BY
|
||||
block_number ASC
|
||||
LIMIT
|
||||
20000
|
||||
3600
|
||||
|
||||
@ -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
|
||||
|
||||
@ -77,4 +77,4 @@ FROM
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
20000
|
||||
3600
|
||||
|
||||
@ -76,4 +76,4 @@ SELECT
|
||||
ORDER BY
|
||||
block_number DESC
|
||||
LIMIT
|
||||
20000
|
||||
3600
|
||||
|
||||
Loading…
Reference in New Issue
Block a user