Removed typo
This commit is contained in:
parent
7aad799b15
commit
18c9ea2688
|
@ -72,7 +72,7 @@ This will slightly increase the delay before the application begins responding t
|
||||||
|
|
||||||
If any `include=`/`exclude=` filters are specified in a given request, the cache will be bypassed for that specific request.
|
If any `include=`/`exclude=` filters are specified in a given request, the cache will be bypassed for that specific request.
|
||||||
|
|
||||||
The cache can be regenerated at any time by accessing the `/_/clear_cache` endpoint.f
|
The cache can be regenerated at any time by accessing the `/_/clear_cache` endpoint.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue