mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Merge pull request #51 from DeBankDeFi/multicall
increase multicall's innercall timeout to align with eth_call
This commit is contained in:
commit
6dab285f51
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ type multiCallStats struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
singleCallTimeout = 1 * time.Second
|
singleCallTimeout = 5 * time.Second
|
||||||
multiCallLimit = 50
|
multiCallLimit = 50
|
||||||
|
|
||||||
// client param error
|
// client param error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue