cache: improve docs

This adds that the cache-chunk-path needs to be cleared manually if chunk-size is changed.
This commit is contained in:
Animosity022 2018-04-13 08:26:26 -04:00 committed by Nick Craig-Wood
parent e6d9720d7b
commit 27dfcf303c

View File

@ -288,7 +288,7 @@ Flag to clear all the cached data for this remote before.
#### --cache-chunk-size=SIZE ####
The size of a chunk (partial file data). Use lower numbers for slower
connections.
connections. If the chunk size is changed, any downloaded chunks will be invalid and cache-chunk-path will need to be cleared or unexpected EOF errors will occur.
**Default**: 5M