From 27dfcf303cdc8a1596ae82e06b5ec1da928f7cc7 Mon Sep 17 00:00:00 2001 From: Animosity022 Date: Fri, 13 Apr 2018 08:26:26 -0400 Subject: [PATCH] cache: improve docs This adds that the cache-chunk-path needs to be cleared manually if chunk-size is changed. --- docs/content/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/cache.md b/docs/content/cache.md index 3dc02a1cd..feb12a343 100644 --- a/docs/content/cache.md +++ b/docs/content/cache.md @@ -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