Skip to content

Commit

Permalink
Archive: set scan-max-value to prevent crash during Orion processor sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezek123 committed Jan 27, 2025
1 parent 8e4ccbd commit d816a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archive/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ services:
command: [
'--database-url',
'postgres://postgres:postgres@orion_archive_db:${DB_PORT}/squid-archive',
'--scan-max-value',
'1000'
# "--evm-support" # uncomment for chains with Frontier EVM pallet
# (e.g. Moonbeam/Moonriver or Astar/Shiden)
]
Expand Down

0 comments on commit d816a2d

Please sign in to comment.