Rewrote readme for cache-file

This commit is contained in:
Seednode 2023-02-05 14:37:25 -06:00
parent ae1a1bbc5e
commit 5e723bb097
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 ## Debug