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
Hello,
would be great to have possibility to change settings of Restic like this:
The number of concurrent connections to the Azure Blob Storage service can be set with the -o azure.connections=10. By default, at most five parallel connections are established. https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#microsoft-azure-blob-storage
The text was updated successfully, but these errors were encountered:
I agree. We should do this.
Sorry, something went wrong.
MaxConnections int
Add max-connections for GCS, Azure, B2 backend (#730)
a8aef59
- [x] Merge and revendor kmodules/objectstore-api#8 Fixes #545
No branches or pull requests
Hello,
would be great to have possibility to change settings of Restic like this:
The number of concurrent connections to the Azure Blob Storage service can be set with the -o azure.connections=10. By default, at most five parallel connections are established.
https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#microsoft-azure-blob-storage
The text was updated successfully, but these errors were encountered: