Java/C#: Reduce the amount of telemetry being produced.

This commit is contained in:
Michael Nebel
2023-07-03 16:54:07 +02:00
parent d90ddf1b43
commit 23a119b8c2
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ deprecated class ExternalAPI = ExternalApi;
/**
* 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`.