mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
fix indexer rpc config
This commit is contained in:
parent
cf90c05c3e
commit
703cb4a7fa
@ -3,7 +3,7 @@ from web3 import Web3
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
w3 = Web3(Web3.WebsocketProvider(settings.WS_POLYGON_PROVIDER))
|
||||
w3 = Web3(Web3.WebsocketProvider(settings.WS_POLYGON_PROVIDER, websocket_timeout=180, websocket_kwargs={'max_size': 2**24}))
|
||||
|
||||
class Extractor:
|
||||
def __init__(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user