diff --git a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml index 2a43b2bb63..418eb43ccf 100644 --- a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml @@ -56,7 +56,7 @@ blocked_toddlers = [ backend = "dogpile.cache.pylibmc" expiration_time = 3600 [consumer_config.cache.arguments] -url = ["memcached02{{ env_suffix }}", "memcached01{{ env_suffix }}"] +url = ["memcached02{{ env_suffix }}"] binary = true behaviors = {"tcp_nodelay" = true, "ketama" = true}