mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
Improve quote share ("message_id" added)
This commit is contained in:
parent
fe442683ef
commit
48182a95fb
8 changed files with 27 additions and 27 deletions
|
@ -339,7 +339,7 @@ class Router
|
|||
if ($this->dice_profiler_threshold > 0) {
|
||||
$dur = floatval(microtime(true) - $stamp);
|
||||
if ($dur >= $this->dice_profiler_threshold) {
|
||||
$this->logger->warning('Dice module creation lasts too long.', ['duration' => round($dur, 3), 'module' => $module_class, 'parameters' => $module_parameters]);
|
||||
$this->logger->notice('Dice module creation lasts too long.', ['duration' => round($dur, 3), 'module' => $module_class, 'parameters' => $module_parameters]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue