From b66c3e649320e985116068814704abd96c9caa49 Mon Sep 17 00:00:00 2001 From: Emma Turetsky Date: Mon, 11 Nov 2024 22:01:07 +0000 Subject: [PATCH] Fixed incorrect block size in Cache.Prefetch description --- docs/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parameters.yaml b/docs/parameters.yaml index f2d8d0864..2fae2123e 100644 --- a/docs/parameters.yaml +++ b/docs/parameters.yaml @@ -1242,7 +1242,7 @@ components: ["cache"] --- name: Cache.BlocksToPrefetch description: |+ - The number of 1 megabyte blocks the cache will read ahead when recieving requests. This will put the data in the cache + The number of 128 kilobyte blocks the cache will read ahead when recieving requests. This will put the data in the cache potentially before it is needed and reduce the latency to the client when a request is made. However, it can also cause many extra requests to an origin and potentially overload it when unnessesary. As such, this is turned off by default. type: int