diff --git a/packages/indexer-common/src/subgraphs.ts b/packages/indexer-common/src/subgraphs.ts index 7dac76364..e199632b5 100644 --- a/packages/indexer-common/src/subgraphs.ts +++ b/packages/indexer-common/src/subgraphs.ts @@ -405,7 +405,7 @@ export class SubgraphFreshnessChecker { throw new Error(errorMsg) } - // Try obtaining a fresh subgraph query at most 10 times + // Try obtaining a fresh subgraph query at most `this.retry` times return this.checkedQueryRecursive( updatedQuery, subgraph,