Added a cache disabling config option for developers who are testing

performance.
This commit is contained in:
JT Smith 2005-04-28 22:34:42 +00:00
parent 4b101e3dc9
commit 25319188b0
5 changed files with 22 additions and 2 deletions

View file

@ -36,10 +36,16 @@ uploadsPath = /data/WebGUI/www/uploads
# 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).
# Uncomment this and point it to your memcached server(s). Use a
# comma seperated 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.
disableCache = 0
# The database connection string. It usually takes the form of
# DBI:<driver>:<db>;host=<hostname>