ansible/roles/mailman/files/memcached.sysconfig

6 lines
73 B
Text
Raw Normal View History

2013-12-06 16:56:38 +00:00
PORT="11211"
USER="memcached"
MAXCONN="1024"
2016-05-19 00:34:20 +00:00
CACHESIZE="4096"
2013-12-06 16:56:38 +00:00
OPTIONS=""