Skip to content

Commit

Permalink
Added rate limits for Etherlink Node Datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Dec 3, 2024
1 parent 2a83aa5 commit b09bca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bridge_indexer/dipdup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ datasources:
etherlink_node:
kind: evm.node
url: ${ETHERLINK_NODE_URL}
http:
ratelimit_rate: 1000
ratelimit_period: 60
ratelimit_sleep: 1

etherlink_subsquid:
kind: evm.subsquid
Expand Down
1 change: 0 additions & 1 deletion bridge_indexer/handlers/rollup_message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import base64
import threading

from datetime import datetime
Expand Down

0 comments on commit b09bca3

Please sign in to comment.