mirror of
https://github.com/friendica/friendica
synced 2025-05-10 15:44:10 +02:00
Merge pull request #8886 from annando/getidforurl-update
in "getidforurl" "no update" is now "update"
This commit is contained in:
commit
dd85f48e0d
28 changed files with 96 additions and 90 deletions
|
@ -177,7 +177,7 @@ class Profiler implements ContainerInterface
|
|||
$output .= "\nDatabase Read:\n";
|
||||
foreach ($this->callstack["database"] as $func => $time) {
|
||||
$time = round($time, 3);
|
||||
if ($time > 0.001) {
|
||||
if ($time > 0) {
|
||||
$output .= $func . ": " . $time . "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue