diff --git a/Classes/Utility/TimingUtility.php b/Classes/Utility/TimingUtility.php index 4880fe6..6dd791e 100644 --- a/Classes/Utility/TimingUtility.php +++ b/Classes/Utility/TimingUtility.php @@ -151,7 +151,7 @@ public function shutdown(ScriptResult $result): ?ResponseInterface foreach ($stopWatches as $index => $time) { $duration = $time->getDuration(); if ($duration >= $maxNumberOfTimings) { - $timings[] = $this->timingString($index, trim($time->key . ' ' . $time->info . ' ' . $duration), $duration); + $timings[] = $this->timingString($index, trim($time->key . ' ' . $time->info), $duration); } } diff --git a/ext_conf_template.txt b/ext_conf_template.txt index 0337d59..08811a8 100644 --- a/ext_conf_template.txt +++ b/ext_conf_template.txt @@ -8,7 +8,7 @@ sentry_sample_rate = sentry_cli_sample_rate = # cat=sentry; type=integer; label=Number of timings (reduce to make header output smaller. Try out when you get regularly 502 responses). -number_of_timings = 30 +number_of_timings = 20 # cat=sentry; type=integer; label=Length of description (reduce to make header output smaller. Try out when you get regularly 502 responses). -length_of_description = 100 +length_of_description = 60