mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#785 slow trigger 관련 설정 추가
This commit is contained in:
parent
c5deb4726f
commit
024e64d2e2
1 changed files with 14 additions and 0 deletions
|
|
@ -173,6 +173,20 @@ if(!defined('__LOG_SLOW_QUERY__'))
|
|||
define('__LOG_SLOW_QUERY__', 0);
|
||||
}
|
||||
|
||||
if(!defined('__LOG_SLOW_TRIGGER__'))
|
||||
{
|
||||
/**
|
||||
* Trigger excute time log
|
||||
*
|
||||
* <pre>
|
||||
* 0: Do not leave a log
|
||||
* > 0: leave a log when the trigger takes over specified milliseconds
|
||||
* Log file is saved as ./files/_db_slow_trigger.php file
|
||||
* </pre>
|
||||
*/
|
||||
define('__LOG_SLOW_TRIGGER__', 0);
|
||||
}
|
||||
|
||||
if(!defined('__DEBUG_QUERY__'))
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue