Skip to content

Commit

Permalink
doc/parameters: document APICAST_CONFIGURATION_CACHE < 0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Mar 16, 2018
1 parent df0c889 commit 51568fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 51568fa

Please sign in to comment.