comparison constants.inc @ 111:adf7b11921f4

No compression when debugging. Synchronize caching headers.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Tue, 15 Mar 2016 12:55:42 +0100
parents aafc23919e79
children e9f562a34fa5
comparison
equal deleted inserted replaced
110:6f5939bf53c3 111:adf7b11921f4
7 define(VERBOSITY_ERROR, 1); 7 define(VERBOSITY_ERROR, 1);
8 define(VERBOSITY_WARNING, 10); 8 define(VERBOSITY_WARNING, 10);
9 define(VERBOSITY_DEBUG, 100); 9 define(VERBOSITY_DEBUG, 100);
10 10
11 define(DEBUG_LEVEL, VERBOSITY_NONE); 11 define(DEBUG_LEVEL, VERBOSITY_NONE);
12 define(COMPRESSION_DISABLED, 0);
12 13
13 define(DUMP, 0); 14 define(DUMP, 0);
14 define(MAX_RECURSE, 50); 15 define(MAX_RECURSE, 50);
15 define(CACHING, 1); 16 define(CACHING, 1);
16 define(VALIDATE, 0); 17 define(VALIDATE, 0);