raise calldata limit
This commit is contained in:
@@ -22,6 +22,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# add snap.keepblocks=true as mentioned on https://snapshot.polygon.technology/
|
# add snap.keepblocks=true as mentioned on https://snapshot.polygon.technology/
|
||||||
|
# add rpc.returndata.limit=1000000 to unstuck subgraphs due to "call retuned result on length 104704 exceeding limit 100000"
|
||||||
|
|
||||||
exec erigon \
|
exec erigon \
|
||||||
--chain=bor-mainnet \
|
--chain=bor-mainnet \
|
||||||
@@ -31,6 +32,7 @@ exec erigon \
|
|||||||
--ws --ws.compression \
|
--ws --ws.compression \
|
||||||
--port=27113 \
|
--port=27113 \
|
||||||
--snap.keepblocks=true \
|
--snap.keepblocks=true \
|
||||||
|
--rpc.returndata.limit=1000000 \
|
||||||
--snapshots="true" \
|
--snapshots="true" \
|
||||||
--torrent.upload.rate="1250mb" --torrent.download.rate="1250mb" \
|
--torrent.upload.rate="1250mb" --torrent.download.rate="1250mb" \
|
||||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 \
|
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 \
|
||||||
|
|||||||
Reference in New Issue
Block a user