oslo.cache/releasenotes/notes/memcache_socket_timeout-a7db772f052c107e.yaml
Vincent Untz 6f320b4b98 Change memcache_socket_timeout to a float
It's not unusual to set 0.25 as a socket_timeout value, and this was
not possible. This can have a dramatic impact for performance when one
memcached server is down, especially when keystone is involved.

Change-Id: I01356b7873ad78cb38779f5c5ddd2b932889c911
Partial-Bug: #1731921
2018-03-27 15:42:33 +02:00

6 lines
111 B
YAML

---
features:
- |
`memcache_socket_timeout` is changed to float, given the same default value
'3.0'.