We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90ddf1 commit 23a119bCopy full SHA for 23a119b
csharp/ql/src/Telemetry/ExternalApi.qll
@@ -136,7 +136,7 @@ private string nestedName(Declaration declaration) {
136
/**
137
* Gets the limit for the number of results produced by a telemetry query.
138
*/
139
-int resultLimit() { result = 1000 }
+int resultLimit() { result = 100 }
140
141
142
* Holds if it is relevant to count usages of `api`.
java/ql/src/Telemetry/ExternalApi.qll
@@ -96,7 +96,7 @@ deprecated class ExternalAPI = ExternalApi;
96
97
98
99
100
101
102
0 commit comments