Add rax cache age ini documentation
This commit is contained in:
parent
a106382786
commit
a1318e1664
1 changed files with 9 additions and 0 deletions
|
@ -55,3 +55,12 @@
|
||||||
# will be ignored, and 4 will be used. Accepts a comma separated list,
|
# will be ignored, and 4 will be used. Accepts a comma separated list,
|
||||||
# the first found wins.
|
# the first found wins.
|
||||||
# access_ip_version = 4
|
# access_ip_version = 4
|
||||||
|
|
||||||
|
# Environment Variable: RAX_CACHE_MAX_AGE
|
||||||
|
# Default: 600
|
||||||
|
#
|
||||||
|
# A configuration the changes the behavior or the inventory cache.
|
||||||
|
# Inventory listing performed before this value will be returned from
|
||||||
|
# the cache instead of making a full request for all inventory. Setting
|
||||||
|
# this value to 0 will force a full request.
|
||||||
|
# cache_max_age = 600
|
Loading…
Reference in a new issue