Skip to content

Commit eec0257

Browse files
committed
remove old comment
1 parent 7f88f99 commit eec0257

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/report/ops-metrics.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ async function getAllRoutes(ctx: any) {
524524
async function getAllConsumers(ctx: any) {
525525
const batch = new BatchService(ctx);
526526

527-
// Limiting to 1000 is not great! We should really recurse until we get to the end!
528527
const allConsumers = await batch.listAllPages('allServiceAccesses', [
529528
'namespace',
530529
'active',

0 commit comments

Comments
 (0)