jenkins-bot has submitted this change and it was merged.

Change subject: Make query_aggregator timings back in results
......................................................................


Make query_aggregator timings back in results

Change-Id: I3e763afd0ff948104fa9bb3b37ac4e02533bcd74
---
M api/ApiQueryTranslationAids.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/api/ApiQueryTranslationAids.php b/api/ApiQueryTranslationAids.php
index 1eae39c..74d3b83 100644
--- a/api/ApiQueryTranslationAids.php
+++ b/api/ApiQueryTranslationAids.php
@@ -69,7 +69,7 @@
                // Execute all web service queries asynchronously to save time
                $start = microtime( true );
                $aggregator->run();
-               $times['__query_aggregator'] = round( microtime( true ) - 
$start, 3 );
+               $times['query_aggregator'] = round( microtime( true ) - $start, 
3 );
 
                // Construct the result data structure
                foreach ( $aids as $type => $obj ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/225837
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3e763afd0ff948104fa9bb3b37ac4e02533bcd74
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to