Merge pull request #13651 from michaelnebel/telemetrytop100

Java/C#: Reduce the amount of telemetry being produced.
This commit is contained in:
Michael Nebel
2023-07-04 08:33:53 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ private string nestedName(Declaration declaration) {
/**
* Gets the limit for the number of results produced by a telemetry query.
*/
int resultLimit() { result = 1000 }
int resultLimit() { result = 100 }
/**
* Holds if it is relevant to count usages of `api`.