Skip to content

Commit

Permalink
Further limit batch sizes to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Oct 13, 2023
1 parent 4e785d4 commit f367870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/indexer/lib/indexer/fetcher/coin_balance.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Indexer.Fetcher.CoinBalance do

@defaults [
flush_interval: :timer.seconds(6),
max_batch_size: 250,
max_batch_size: 50,
max_concurrency: 2,
task_supervisor: Indexer.Fetcher.CoinBalance.TaskSupervisor,
metadata: [fetcher: :coin_balance]
Expand Down

0 comments on commit f367870

Please sign in to comment.