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
Currently, we have in the protocol, Duration::from_secs(3) / Duration::from_millis(250) in get_chain_worker_endpoint. While this does not cause any issues, it is not great to have hard coded constants in the code. It should be part of a configuration file.
The text was updated successfully, but these errors were encountered:
Currently, we have in the protocol,
Duration::from_secs(3)
/Duration::from_millis(250)
inget_chain_worker_endpoint
. While this does not cause any issues, it is not great to have hard coded constants in the code. It should be part of a configuration file.The text was updated successfully, but these errors were encountered: