Skip to content

Commit

Permalink
Set poll options on token fetcher. (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski authored Sep 29, 2021
1 parent f450493 commit 6e233ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/indexer/lib/indexer/fetcher/token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ defmodule Indexer.Fetcher.Token do

@defaults [
flush_interval: 300,
poll_interval: :timer.seconds(60),
poll: true,
max_batch_size: 1,
max_concurrency: 10,
task_supervisor: Indexer.Fetcher.Token.TaskSupervisor
Expand Down

0 comments on commit 6e233ee

Please sign in to comment.