chore: Change shrink internal transactions migration default batch_size (#10689)

pull/10685/head
Qwerty5Uiop 3 months ago committed by GitHub
parent b1e942f19b
commit 58fcb0c765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/runtime.exs

@ -617,7 +617,7 @@ config :explorer, Explorer.Migrator.RestoreOmittedWETHTransfers,
config :explorer, Explorer.Migrator.ShrinkInternalTransactions, config :explorer, Explorer.Migrator.ShrinkInternalTransactions,
enabled: ConfigHelper.parse_bool_env_var("SHRINK_INTERNAL_TRANSACTIONS_ENABLED"), enabled: ConfigHelper.parse_bool_env_var("SHRINK_INTERNAL_TRANSACTIONS_ENABLED"),
batch_size: ConfigHelper.parse_integer_env_var("SHRINK_INTERNAL_TRANSACTIONS_BATCH_SIZE", 1000), batch_size: ConfigHelper.parse_integer_env_var("SHRINK_INTERNAL_TRANSACTIONS_BATCH_SIZE", 100),
concurrency: ConfigHelper.parse_integer_env_var("SHRINK_INTERNAL_TRANSACTIONS_CONCURRENCY", 10) concurrency: ConfigHelper.parse_integer_env_var("SHRINK_INTERNAL_TRANSACTIONS_CONCURRENCY", 10)
config :explorer, Explorer.Chain.BridgedToken, config :explorer, Explorer.Chain.BridgedToken,

Loading…
Cancel
Save