0.1.3 배포를 위해 slow query 로그 남기지 않도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2550 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-07 05:49:52 +00:00
parent 61729c1352
commit 49b434b116

View file

@ -43,7 +43,7 @@
* 0 이상 : 단위를 초로 하여 지정된 이상의 실행시간이 걸린 쿼리를 로그로 남김
* 로그파일은 ./files/_db_slow_query.php 파일로 저장됨
**/
define('__LOG_SLOW_QUERY__', 6);
define('__LOG_SLOW_QUERY__', 0);
/**
* @brief ob_gzhandler를 이용한 압축 기능을 강제로 사용하거나 끄는 옵션