From c0fe44e2af94a5e639d5276744d618afa7647ee6 Mon Sep 17 00:00:00 2001 From: tilacog Date: Wed, 27 Sep 2023 13:36:37 -0300 Subject: [PATCH] common: fix comment --- packages/indexer-common/src/subgraphs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,