You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a hard coded timeout of 5s in bor when we fetch data from heimdall via api. John suggested to make it configurable as public endpoints might take more time (although it's not recommended to use public endpoints).
Rationale
There's a hard coded timeout of 5s in bor when we fetch data from heimdall via api. John suggested to make it configurable as public endpoints might take more time (although it's not recommended to use public endpoints).
bor/consensus/bor/heimdall/client.go
Lines 36 to 37 in 186deec
Implementation
Add a new flag and pass it across bor to configure it.
The text was updated successfully, but these errors were encountered: