Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s
This commit is contained in:
parent
8a5195d5c4
commit
3f1be0cf49
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue