Update mysql.php

This commit is contained in:
Roman Kelesidis 2023-09-27 23:00:06 +07:00
parent 6186ab3046
commit 46375234d7

View File

@ -732,10 +732,7 @@ class sql_db
}
}
if (!defined('IN_FIRST_SLOW_QUERY'))
{
define('IN_FIRST_SLOW_QUERY', true);
}
@define('IN_FIRST_SLOW_QUERY', true);
CACHE('bb_cache')->set('dont_log_slow_query', $new_priority, $ignoring_time);
}