mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
Bugfix: proc_run hadn't worked anymore due to the priority changes
This commit is contained in:
parent
a9196dc0f8
commit
65a09c67a0
2 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue