KATO Tomoyuki c8e9a57954 [config-ref] consolidate cache configurations into commons
Change-Id: I03b1e1277950c5648cc4f4bd4ceec2af143bedd4
Implements: blueprint config-ref-common-sections
2016-07-30 16:26:20 +09:00

1.5 KiB

Description of cache configuration options
Configuration option = Default value Description
[memcache]
dead_retry = 300 (Integer) Number of seconds memcached server is considered dead before it is tried again. This is used by the key value store system (e.g. token pooled memcached persistence backend).
pool_connection_get_timeout = 10 (Integer) Number of seconds that an operation will wait to get a memcache client connection. This is used by the key value store system (e.g. token pooled memcached persistence backend).
pool_maxsize = 10 (Integer) Max total number of open connections to every memcached server. This is used by the key value store system (e.g. token pooled memcached persistence backend).
pool_unused_timeout = 60 (Integer) Number of seconds a connection to memcached is held unused in the pool before it is closed. This is used by the key value store system (e.g. token pooled memcached persistence backend).