forked from Cavemanon/cavepaintings
remove runtime-coverage -- when we want coverage, we enable it at the PHP runtime level
This commit is contained in:
@@ -22,7 +22,6 @@ _d("DATABASE_DSN", null); // string PDO database connection details
|
||||
_d("DATABASE_TIMEOUT", 10000);// int Time to wait for each statement to complete
|
||||
_d("CACHE_DSN", null); // string cache connection details
|
||||
_d("DEBUG", false); // boolean print various debugging details
|
||||
_d("COVERAGE", false); // boolean activate xdebug coverage monitor
|
||||
_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 New Issue
Block a user