Merge "Security memcached: disable UDP"

This commit is contained in:
Zuul 2018-03-07 17:25:03 +00:00 committed by Gerrit Code Review
commit 8ea57fe726

@ -1,4 +1,4 @@
{
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }}",
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }} -U 0",
"config_files": []
}