From 562a8de4d8c4ecaa5d4168878d8d280e2b72f54e Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 21 Sep 2007 15:42:51 +0000 Subject: [PATCH] updated documentation for cacheType --- etc/WebGUI.conf.original | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index f7f68b874..0dd3960ab 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -94,13 +94,11 @@ #"webServerPort" : 80, # What kind of cache do you wish to use? Available types are -# WebGUI::Cache::FileCache, WebGUI::Cache::Database, and -# WebGUI::Cache::Memcached. We highly recommend the file -# cache if you're in a single server environment, and the -# database cache if you have multiple web nodes. Memcached -# is experimental and is slower and buggier than the other -# two, so should only be used if you know what you're -# doing. +# WebGUI::Cache::FileCache and WebGUI::Cache::Database. +# We highly recommend the database cache if you are running +# sites with more than a few hundred pages, or if you're +# running in a multi-server environment. The file cache is better +# for very small sites. "cacheType" : "WebGUI::Cache::FileCache",