mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
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:
parent
61729c1352
commit
49b434b116
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
* 0 이상 : 단위를 초로 하여 지정된 초 이상의 실행시간이 걸린 쿼리를 로그로 남김
|
||||
* 로그파일은 ./files/_db_slow_query.php 파일로 저장됨
|
||||
**/
|
||||
define('__LOG_SLOW_QUERY__', 6);
|
||||
define('__LOG_SLOW_QUERY__', 0);
|
||||
|
||||
/**
|
||||
* @brief ob_gzhandler를 이용한 압축 기능을 강제로 사용하거나 끄는 옵션
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue