Bugfix: proc_run hadn't worked anymore due to the priority changes

This commit is contained in:
Michael Vogel 2016-08-08 07:14:40 +02:00
parent a9196dc0f8
commit 65a09c67a0
2 changed files with 5 additions and 1 deletions

View file

@ -107,6 +107,9 @@ class dba {
$a->save_timestamp($stamp1, "database");
if (strtolower(substr($sql, 0, 6)) != "select")
$a->save_timestamp($stamp1, "database_write");
if(x($a->config,'system') && x($a->config['system'],'db_log')) {
if (($duration > $a->config["system"]["db_loglimit"])) {
$duration = round($duration, 3);