From a2b6bf360ad93d841bd31370fd93ceb1fd717032 Mon Sep 17 00:00:00 2001 From: Rune Henriksen Date: Fri, 28 Dec 2018 13:35:42 +0100 Subject: [PATCH] elaborated on block cache parameter --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index 3697896..7f1c852 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -447,7 +447,7 @@ This option instructions the operating system to set the current process to use ### use-block-cache `--use-block-cache = false` -Store an in-memory block cache. +Store an in-memory copy of the block table. This potentially reduces lookup time during backup as it limits the number of times the database must be accessed when examining blocks. ### usn-policy `--usn-policy = off`