Skip to content

Commit

Permalink
Set coin balance fetcher concurrency 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Jul 6, 2023
1 parent c822503 commit 3ffbcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/indexer/config/prod.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Config

config :indexer, Indexer.Tracer, env: "production", disabled?: true
config :indexer, Indexer.Fetcher.CoinBalance, concurrency: 1

config :indexer, :environment, :prod

Expand Down

0 comments on commit 3ffbcdd

Please sign in to comment.