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
To increase performance and reduce resource consumption on runtime, instead of iterating rpc urls for each request, save one(that works) of the http client to the related token/coin's context and use it without doing extra iterations on sending http requests. Only if current http client becomes broken/unavailable somehow, then start the iteration over rpc urls and find one(that works) and replace it with broken/unavailable one.
To increase performance and reduce resource consumption on runtime, instead of iterating rpc urls for each request, save one(that works) of the http client to the related token/coin's context and use it without doing extra iterations on sending http requests. Only if current http client becomes broken/unavailable somehow, then start the iteration over rpc urls and find one(that works) and replace it with broken/unavailable one.
The text was updated successfully, but these errors were encountered: