From 3f1be0cf496eab7242ab997262d85af11337039b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 26 Sep 2024 13:04:58 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 862c2f6..cf2d797 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,7 @@ Without this, the project will fail to build. The config file can be reloaded if the program receives the SIGUSR1 signal. The `--enable-reload-config-on-change` option automatically reloads the config file if the config file has changed. + +The `--enable-cache-dir=` option enables caching and sets the "cache-dir" +at the same time. `--cache-entry-lifetime-seconds=` determines when a +cache entry expires.