Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s

This commit is contained in:
Stephen Seo 2024-09-26 13:04:58 +09:00
parent 8a5195d5c4
commit 3f1be0cf49

View file

@ -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 config file can be reloaded if the program receives the SIGUSR1 signal.
The `--enable-reload-config-on-change` option automatically reloads the config The `--enable-reload-config-on-change` option automatically reloads the config
file if the config file has changed. file if the config file has changed.
The `--enable-cache-dir=<DIR>` option enables caching and sets the "cache-dir"
at the same time. `--cache-entry-lifetime-seconds=<SECONDS>` determines when a
cache entry expires.