From 6bb779d1bce21464514f17cb651434c63a6a0141 Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 19 Jan 2023 15:00:29 -0600 Subject: [PATCH] Clarified wording for how cache works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deaa580..1094c52 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Supported units are `ns`, `us`/`µs`, `ms`, `s`, `m`, and `h`. ## 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.