From 49b434b1167f876d3c20954550d77d05eb6f2e90 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 7 Sep 2007 05:49:52 +0000 Subject: [PATCH] =?UTF-8?q?0.1.3=20=EB=B0=B0=ED=8F=AC=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20slow=20query=20=EB=A1=9C=EA=B7=B8=20=EB=82=A8?= =?UTF-8?q?=EA=B8=B0=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2550 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.inc.php b/config/config.inc.php index 5b091e889..e3b5d593a 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -43,7 +43,7 @@ * 0 이상 : 단위를 초로 하여 지정된 초 이상의 실행시간이 걸린 쿼리를 로그로 남김 * 로그파일은 ./files/_db_slow_query.php 파일로 저장됨 **/ - define('__LOG_SLOW_QUERY__', 6); + define('__LOG_SLOW_QUERY__', 0); /** * @brief ob_gzhandler를 이용한 압축 기능을 강제로 사용하거나 끄는 옵션