From f24ef44f5f5a35c5d5dcc89649219e6d101f22d3 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 21 Sep 2007 15:44:00 +0000 Subject: [PATCH] getting rid of references to memcached --- etc/WebGUI.conf.original | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 0dd3960ab..80c03686b 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -107,13 +107,6 @@ # "fileCacheRoot" : "/path/to/cache", -# Support for the memcached distributed caching system. -# See http://www.danga.com/memcached/ for details on memcached. -# Uncomment this and point it to your memcached server(s). Use a -# comma separated list for multiple servers. - -# "memcached_servers" : "10.0.0.6:11211", - # Set this to 1 to disable WebGUI's caching subsystems. This is # mainly useful for developers.