From 51568fa1075c8042f21d5210cfce77126160c9e9 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Fri, 16 Mar 2018 15:59:37 +0100 Subject: [PATCH] doc/parameters: document APICAST_CONFIGURATION_CACHE < 0 --- doc/parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/parameters.md b/doc/parameters.md index 174dc1702..c17ebb5db 100644 --- a/doc/parameters.md +++ b/doc/parameters.md @@ -17,10 +17,11 @@ Resilient will do so only on getting authorization denied from backend. ### `APICAST_CONFIGURATION_CACHE` -**Values:** _a number > 60_ +**Values:** _a number_ **Default:** 0 Specifies the interval (in seconds) that the configuration will be stored for. The value should be set to 0 (not compatible with boot value of `APICAST_CONFIGURATION_LOADER`) or more than 60. For example, if `APICAST_CONFIGURATION_CACHE` is set to 120, the gateway will reload the configuration from the API manager every 2 minutes (120 seconds). +A value < 0 disables reloading. ### `APICAST_CONFIGURATION_LOADER`