mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 16:06:52 +00:00
limits
This commit is contained in:
parent
a80bafb6ed
commit
7695b33f19
@ -6,7 +6,7 @@
|
||||
params ={ "external_table" :"evm_blocks",
|
||||
"sql_limit" :"25000",
|
||||
"producer_batch_size" :"25000",
|
||||
"worker_batch_size" :"10000",
|
||||
"worker_batch_size" :"15000",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
),
|
||||
tags = ['streamline_core_evm_realtime']
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
params ={ "external_table" :"evm_transactions",
|
||||
"sql_limit" :"25000",
|
||||
"producer_batch_size" :"25000",
|
||||
"worker_batch_size" :"10000",
|
||||
"worker_batch_size" :"15000",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result.transactions"]) }
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user