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
It's now possible to configure a timeout per request, and we might wanna reduce timeouts for some requests as there is generally no value it keeping request open after certain time as it would be too late anyways.
Right now, all http requests have a timeout of SECONDS_PER_SLOT (12s on mainnet) which is globally configured
It's now possible to configure a timeout per request, and we might wanna reduce timeouts for some requests as there is generally no value it keeping request open after certain time as it would be too late anyways.
Right now, all http requests have a timeout of
SECONDS_PER_SLOT
(12s on mainnet) which is globally configuredlodestar/packages/validator/src/validator.ts
Lines 171 to 173 in 8cb08ff
More strict timeouts can improve fallback behavior as well, Lighthouse already uses this approach, see validator_client/src/lib.rs#L74-L86.
Related sigp/lighthouse#2313
The text was updated successfully, but these errors were encountered: