Gauvain Pocentek 0806ec8ea4 [config-ref] Update keystone tables
Change-Id: Id5bb093eb05a38aa0bd4cd11f2c08de9a5f64c46
2017-04-29 17:11:46 +02: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.
socket_timeout = 3 (Integer) Timeout in seconds for every call to a server. This is used by the key value store system.
pool_maxsize = 10 (Integer) Max total number of open connections to every memcached server. This is used by the key value store system.
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.
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.