reduce batch size

This commit is contained in:
tarikceric 2025-01-06 20:26:15 -08:00
parent 11c99f9b64
commit 9ca1cb5687

View File

@ -6,7 +6,7 @@
params ={ "external_table" :"blocks_tx_v2",
"sql_limit" :"1200000",
"producer_batch_size" :"300000",
"worker_batch_size" :"50000",
"worker_batch_size" :"25000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "block_number" }
),