Update fetcher.ex

pull/6390/head
Victor Baranov 2 years ago committed by GitHub
parent e772ec276f
commit b9566c1b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/indexer/lib/indexer/block/fetcher.ex

@ -71,7 +71,7 @@ defmodule Indexer.Block.Fetcher do
# These are all the *default* values for options.
# DO NOT use them directly in the code. Get options from `state`.
@receipts_batch_size 100
@receipts_batch_size 250
@receipts_concurrency 10
@doc false

Loading…
Cancel
Save