Clarified wording for how cache works

This commit is contained in:
Seednode 2023-01-19 15:00:29 -06:00
parent bb3924edb7
commit 6bb779d1bc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Supported units are `ns`, `us`/`µs`, `ms`, `s`, `m`, and `h`.
## Caching ## Caching
If the `-c|--cache` flag is passed, the contents of all specified paths will be cached on start. If the `-c|--cache` flag is passed, the indices of all specified paths will be cached on start.
This will slightly increase the delay before the application begins responding to requests, but should significantly speed up subsequent requests. This will slightly increase the delay before the application begins responding to requests, but should significantly speed up subsequent requests.