Merge pull request #6951 from blockscout/token-instance-poll

Set poll: true for TokenInstance fetcher
pull/6952/head
Victor Baranov 2 years ago committed by GitHub
commit 28f5233e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 1
      apps/indexer/lib/indexer/fetcher/token_instance.ex

@ -6,6 +6,7 @@
- [#6897](https://github.com/blockscout/blockscout/pull/6897) - Support basic auth in JSON RPC endpoint
- [#6908](https://github.com/blockscout/blockscout/pull/6908) - Allow disable API rate limit
- [#6951](https://github.com/blockscout/blockscout/pull/6951) - Set poll: true for TokenInstance fetcher
### Fixes

@ -18,6 +18,7 @@ defmodule Indexer.Fetcher.TokenInstance do
flush_interval: 300,
max_batch_size: 1,
max_concurrency: 10,
poll: true,
task_supervisor: Indexer.Fetcher.TokenInstance.TaskSupervisor
]

Loading…
Cancel
Save