|
|
@ -46,9 +46,9 @@ defmodule Indexer.Block.Catchup.Fetcher do |
|
|
|
`#{@blocks_batch_size}`. Block requests also include the transactions for those blocks. *These transactions |
|
|
|
`#{@blocks_batch_size}`. Block requests also include the transactions for those blocks. *These transactions |
|
|
|
are not paginated.* |
|
|
|
are not paginated.* |
|
|
|
* `:blocks_concurrency` - The number of concurrent requests of `:blocks_batch_size` to allow against the JSONRPC. |
|
|
|
* `:blocks_concurrency` - The number of concurrent requests of `:blocks_batch_size` to allow against the JSONRPC. |
|
|
|
Defaults to #{@blocks_concurrency}. So upto `blocks_concurrency * block_batch_size` (defaults to |
|
|
|
Defaults to #{@blocks_concurrency}. So, up to `blocks_concurrency * block_batch_size` (defaults to |
|
|
|
`#{@blocks_concurrency * @blocks_batch_size}`) blocks can be requested from the JSONRPC at once over all |
|
|
|
`#{@blocks_concurrency * @blocks_batch_size}`) blocks can be requested from the JSONRPC at once over all |
|
|
|
connections. Upto `block_concurrency * receipts_batch_size * receipts_concurrency` (defaults to |
|
|
|
connections. Up to `block_concurrency * receipts_batch_size * receipts_concurrency` (defaults to |
|
|
|
`#{ |
|
|
|
`#{ |
|
|
|
@blocks_concurrency * Block.Fetcher.default_receipts_batch_size() * Block.Fetcher.default_receipts_batch_size() |
|
|
|
@blocks_concurrency * Block.Fetcher.default_receipts_batch_size() * Block.Fetcher.default_receipts_batch_size() |
|
|
|
}` |
|
|
|
}` |
|
|
|