Skip to content

Commit

Permalink
config(blockscan): update the env variables of Axon's explorer (#1550)
Browse files Browse the repository at this point in the history
config(blockscan): update INDEXER_CATCHUP_BLOCKS_BATCH_SIZE and INDEXER_CATCHUP_BLOCKS_CONCURRENCY

# Batch size for blocks catchup fetcher, defaults to 10
INDEXER_CATCHUP_BLOCKS_BATCH_SIZE=1
# Concurrency for blocks catchup fetcher, defaults to 10
INDEXER_CATCHUP_BLOCKS_CONCURRENCY=2
  • Loading branch information
Flouse authored Nov 14, 2023
1 parent 5c7cac1 commit 7920672
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devtools/chain/blockscan-explorer.env
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,16 @@ UNCLES_IN_AVERAGE_BLOCK_TIME=false
DISABLE_WEBAPP=false
DISABLE_READ_API=false
DISABLE_WRITE_API=false

DISABLE_INDEXER=false
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER=true
INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER=true
INDEXER_DISABLE_BLOCK_REWARD_FETCHER=true
# Batch size for blocks catchup fetcher, defaults to 10
INDEXER_CATCHUP_BLOCKS_BATCH_SIZE=1
# Concurrency for blocks catchup fetcher, defaults to 10
INDEXER_CATCHUP_BLOCKS_CONCURRENCY=2

WOBSERVER_ENABLED=false
SHOW_ADDRESS_MARKETCAP_PERCENTAGE=true
CHECKSUM_ADDRESS_HASHES=true
Expand All @@ -85,7 +92,6 @@ COIN_BALANCE_HISTORY_DAYS=90
APPS_MENU=true
EXTERNAL_APPS=[]
DISABLE_BRIDGE_MARKET_CAP_UPDATER=true
INDEXER_DISABLE_BLOCK_REWARD_FETCHER=true
ENABLE_POS_STAKING_IN_MENU=false
SHOW_MAINTENANCE_ALERT=false
MAINTENANCE_ALERT_MESSAGE=
Expand Down

0 comments on commit 7920672

Please sign in to comment.