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:
parent
e6d9720d7b
commit
27dfcf303c
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ Flag to clear all the cached data for this remote before.
|
||||||
#### --cache-chunk-size=SIZE ####
|
#### --cache-chunk-size=SIZE ####
|
||||||
|
|
||||||
The size of a chunk (partial file data). Use lower numbers for slower
|
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
|
**Default**: 5M
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue