We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uploading content to the storage providers can be quite expensive. We should be able to control the bandwidth usage.
Throttle the readstream (reading from disk) using stream-throttle
youtube-synch/src/services/storage-node/api.ts
Line 32 in 8453353
Setup an throttling http proxy and configure axios to use it.
Is there some parameter to axios.post function to set a bandwidth limit?
axios.post
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Uploading content to the storage providers can be quite expensive. We should be able to control the bandwidth usage.
Proposal 1
Throttle the readstream (reading from disk) using stream-throttle
youtube-synch/src/services/storage-node/api.ts
Line 32 in 8453353
Proposal 2
Setup an throttling http proxy and configure axios to use it.
Proposal 3
Is there some parameter to
axios.post
function to set a bandwidth limit?The text was updated successfully, but these errors were encountered: