From 553aad8a36557021969493f833cd10c6f1cf47e8 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 18 Jun 2012 00:51:09 +0100 Subject: [PATCH] cache vars do nothing --- core/sys_config.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/sys_config.inc.php b/core/sys_config.inc.php index 41f277c9..8fa88dcf 100644 --- a/core/sys_config.inc.php +++ b/core/sys_config.inc.php @@ -25,8 +25,6 @@ _d("DEBUG", false); // boolean print various debugging details _d("DEBUG_SQL", false); // boolean dump SQL queries to data/sql.log _d("COVERAGE", false); // boolean activate xdebug coverage monitor _d("CONTEXT", null); // string file to log performance data into -_d("CACHE_MEMCACHE", false); // boolean store complete rendered pages in memcache -_d("CACHE_DIR", false); // boolean store complete rendered pages on disk _d("CACHE_HTTP", false); // boolean output explicit HTTP caching headers _d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes _d("SPEED_HAX", false); // boolean do some questionable things in the name of performance