@@ -, +, @@ does not have any effect set USE_MEMCACHED to either "yes" or "no" (the default being "yes") should point out that new instances will use memcached by default --- debian/templates/koha-sites.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/debian/templates/koha-sites.conf +++ a/debian/templates/koha-sites.conf @@ -34,9 +34,7 @@ ZEBRA_LANGUAGE="en" ## Memcached global configuration variables # -# USE_MEMCACHED: 'yes' | 'no' -# Make the created instance use memcached. Can be altered later. -# default: 'yes' +# New instances will use memcached by default. This can be altered later. USE_MEMCACHED="yes" # MEMCACHED_SERVERS: comma separated list of memcached servers (ip:port) --