fixed typos in realtime configs

This commit is contained in:
Mike Stepanovic 2025-06-05 13:48:22 -06:00
parent 59dd7b736e
commit ea78030cec
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ LIMIT {{ vars.MAIN_SL_BLOCKS_REALTIME_SQL_LIMIT }}
'producer_batch_size': vars.MAIN_SL_BLOCKS_REALTIME_PRODUCER_BATCH_SIZE,
'worker_batch_size': vars.MAIN_SL_BLOCKS_REALTIME_WORKER_BATCH_SIZE,
'async_concurrent_requests': vars.MAIN_SL_BLOCKS_REALTIME_ASYNC_CONCURRENT_REQUESTS,
'sql_source' : this.identifier
'sql_source' : this.identifier,
"order_by_column": "block_id"
} %}

View File

@ -101,7 +101,7 @@ LIMIT {{ vars.MAIN_SL_TRANSACTIONS_REALTIME_SQL_LIMIT }}
'producer_batch_size': vars.MAIN_SL_TRANSACTIONS_REALTIME_PRODUCER_BATCH_SIZE,
'worker_batch_size': vars.MAIN_SL_TRANSACTIONS_REALTIME_WORKER_BATCH_SIZE,
'async_concurrent_requests': vars.MAIN_SL_TRANSACTIONS_REALTIME_ASYNC_CONCURRENT_REQUESTS,
'sql_source' : this.identifier
'sql_source' : this.identifier,
'exploded_key': '["result.txs"]',
"order_by_column": "block_id_requested"
} %}