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
we should implement functionality similar to what libp2p is doing, to ensure requests are prevented from ever making it to the server.
Currently, most of the APIs are using api.post where api is IpfsUtilsHttpClient. We should wrap any of these calls with a queue provider that limits requests based on some settings from users.
The text was updated successfully, but these errors were encountered:
see #83 (comment)
we should implement functionality similar to what libp2p is doing, to ensure requests are prevented from ever making it to the server.
Currently, most of the APIs are using
api.post
where api isIpfsUtilsHttpClient
. We should wrap any of these calls with a queue provider that limits requests based on some settings from users.The text was updated successfully, but these errors were encountered: