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 are several cases where making a request can take an extended amount of time. For instance making any "admin only" request will very likely cause a timeout (reference https://xrpl.org/ledger.html)
There are several cases where making a request can take an extended amount of time. For instance making any "admin only" request will very likely cause a timeout (reference https://xrpl.org/ledger.html)
Having hard-coded values makes it very difficult to work around the problem.
https://github.com/XRPLF/xrpl-py/blob/master/xrpl/asyncio/clients/json_rpc_base.py#L15
There should be an easy way to turn off and/or overwrite the timeout when making requests.
The text was updated successfully, but these errors were encountered: