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
tyger buffer
Save values for --block-size and --dop in a file in $XDG_CONFIG_HOME. These values, if present, would become the default.
--block-size
--dop
$XDG_CONFIG_HOME
We could also support different values per hostname:
{ "myeastusaccount.blob.core.windows.net": { "read": { "dop": 32 }, "write": { "dop": 64", "blockSize": "16MiB" } }, "mywestusaccount.blob.core.windows.net": { "dop": 512 "blockSize": "4MiB" }, "*": { "dop": 32 "blockSize": "16MiB" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Save values for
--block-size
and--dop
in a file in$XDG_CONFIG_HOME
. These values, if present, would become the default.We could also support different values per hostname:
The text was updated successfully, but these errors were encountered: