From 5e723bb097a62db82f2f79081a536874634364e4 Mon Sep 17 00:00:00 2001 From: Seednode Date: Sun, 5 Feb 2023 14:37:25 -0600 Subject: [PATCH] Rewrote readme for cache-file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3327efe..502eb0e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If any `include=`/`exclude=` filters are specified in a given request, the cache The cache can be regenerated at any time by accessing the `/_/clear_cache` endpoint. -If `--cache-file` is set, the cache will be loaded on start (if it exists), and compressed via zstd and serialized to disk whenever it is re-generated. +If `--cache-file` is set, the cache will be loaded from the specified file on start, and written to the file whenever it is re-generated. ## Debug