bbed1ef736
Added MemcachedMaxConnections to allow max connection override as actually the limit is 8192 connections but in some cases the environment will create more than 8192 connections to each memcached server. Change-Id: Iaef7c01127327f709577bef3d2e96db840ba2b80
7 lines
225 B
YAML
7 lines
225 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ``MemcachedMaxConnections`` setting with a default of 8192 maximum
|
|
connections in order to allow an operator to override that value in
|
|
environments where memcached is heavily sollicited.
|