diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-02 00:06:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-02 00:06:18 -0400 |
commit | 48af4b01cd00f6f470aeb1f56f258ce2eeb060c4 (patch) | |
tree | e30ad55180099ca7ff022de3479728cdc6758a57 /doc/chunking.mdwn | |
parent | 707f24677c9149235a99d0a6b9f4c9b89b3cec00 (diff) | |
parent | ee18855890956231a0689c74438ac632ea5d2238 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/chunking.mdwn')
-rw-r--r-- | doc/chunking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chunking.mdwn b/doc/chunking.mdwn index 20a5c6088..43e604f23 100644 --- a/doc/chunking.mdwn +++ b/doc/chunking.mdwn @@ -13,7 +13,7 @@ To enable chunking, pass a `chunk=nnMiB` parameter to `git annex initremote`, specifying the chunk size. Good chunk sizes will depend on the remote, but a good starting place -is probably `1MiB`. Very large chunks are problimatic, both because +is probably `1MiB`. Very large chunks are problematic, both because git-annex needs to buffer one chunk in memory when uploading, and because a larger chunk will make resuming interrupted transfers less efficient. On the other hand, when a file is split into a great many chunks, |