-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
increase timeout on txo spend / txo list #301
Comments
Can we have this setp for txo spend? |
Other creators have run into this. WhenI did some testing, it can take hours to run for really large wallets. |
Pull request for this change. |
Done, thank you @camccar |
sorry @camccar, it slipped my attention that we were fixing the wrong timeout, |
|
We need to increase http timeouts for JSON-RPC methods
txo_spend
,txo_list
andtransaction_list
as some of them can take 5+ minutes to run.This can be done by creating a new http client for each new
query.Query
to be sent.The SDK team will look to make methods more performant.
The text was updated successfully, but these errors were encountered: