File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ EOSIO_FETCH_TRACES=true
1717# fetch deltas true/false
1818EOSIO_FETCH_DELTAS=true
1919# number of blocks until tx is final
20- EOSIO_NUM_BLOCKS_TO_FINALITY=180
20+ EOSIO_NUM_BLOCKS_TO_FINALITY=360
2121
2222# unique client_id for interacting with Kafka
2323KAFKA_CLIENT_ID=
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const EOSIO_CONFIG = {
1616 fetch_block : process . env . EOSIO_FETCH_BLOCK !== 'false' ,
1717 fetch_traces : process . env . EOSIO_FETCH_TRACES !== 'false' ,
1818 fetch_deltas : process . env . EOSIO_FETCH_DELTAS !== 'false' ,
19- num_blocks_to_finality : Number ( process . env . EOSIO_NUM_BLOCKS_TO_FINALITY || 180 ) ,
19+ num_blocks_to_finality : Number ( process . env . EOSIO_NUM_BLOCKS_TO_FINALITY || 360 ) ,
2020} ;
2121
2222export const KAFKA_CONFIG : KafkaConfig = {
You can’t perform that action at this time.
0 commit comments