updateInterval (#9764)

This commit is contained in:
Nishant Das
2021-10-12 11:12:07 +08:00
committed by GitHub
parent f114a47b5b
commit f8f037b63d

View File

@@ -30,7 +30,7 @@ var (
depositEventSignature = hash.HashKeccak256([]byte("DepositEvent(bytes,bytes,bytes,bytes,bytes)"))
)
const eth1DataSavingInterval = 100
const eth1DataSavingInterval = 1000
const maxTolerableDifference = 50
const defaultEth1HeaderReqLimit = uint64(1000)
const depositlogRequestLimit = 10000