Skip to content

Commit

Permalink
Fixed incorrect block size in Cache.Prefetch description
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Turetsky committed Nov 11, 2024
1 parent 3b8e711 commit b66c3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b66c3e6

Please sign in to comment.