cache vars do nothing
This commit is contained in:
parent
78d701dd53
commit
553aad8a36
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue