Skip to content

Commit

Permalink
Bump backend version up to 5.3.0, disable int & pending txs fetchers
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Oct 26, 2023
1 parent a323ea7 commit c7e40cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions suave/devenv/blockscout/envs/common-blockscout.env
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ INDEXER_DISABLE_TOKEN_INSTANCE_REALTIME_FETCHER=false
INDEXER_DISABLE_TOKEN_INSTANCE_RETRY_FETCHER=false
INDEXER_DISABLE_TOKEN_INSTANCE_SANITIZE_FETCHER=false
INDEXER_DISABLE_TOKEN_INSTANCE_LEGACY_SANITIZE_FETCHER=false
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER=false
INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER=false
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER=true
INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER=true
# INDEXER_CATCHUP_BLOCKS_BATCH_SIZE=
# INDEXER_CATCHUP_BLOCKS_CONCURRENCY=
# INDEXER_CATCHUP_BLOCK_INTERVAL=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
blockscout-backend:
image: blockscout/blockscout-suave:${DOCKER_TAG:-5.2.3-postrelease-08cf6668}
image: blockscout/blockscout-suave:${DOCKER_TAG:-5.3.0-postrelease-565d8148}
pull_policy: always
restart: always
container_name: 'blockscout-backend'
Expand Down

0 comments on commit c7e40cf

Please sign in to comment.