Skip to content

Commit

Permalink
19 seconds poll and 100 page size (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Nov 28, 2023
1 parent 23d9c03 commit fd649e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/config/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ data:
arak.toml: |
[indexer]
page-size = 2000
poll-interval = 0.1
page-size = 100
poll-interval = 10
## ERC721: https://eips.ethereum.org/EIPS/eip-721#specification
[[event]]
Expand Down Expand Up @@ -53,4 +53,4 @@ data:
#name = "indexed_approval_for_all"
#start = 0
#contract = "*"
#signature = "event ApprovalForAll (index_topic_1 address _owner, index_topic_2 address _operator, index_topic_3 bool _approved)"
#signature = "event ApprovalForAll(address indexed owner, address indexed operator, bool indexed approved)"

0 comments on commit fd649e2

Please sign in to comment.