revert worker_batch_size -> 20k

This commit is contained in:
shah 2024-12-27 05:31:55 -08:00
parent a5c317fe66
commit 8502a71fc8

View File

@ -7,7 +7,7 @@
params ={ "external_table" :"block_txs",
"sql_limit" :"100000",
"producer_batch_size" :"100000",
"worker_batch_size" :"10000",
"worker_batch_size" :"20000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "block_id",
"exploded_key": tojson(["result.transactions"]) }