From c2ff8fb532c725af41344d46a7a36ce2039d0048 Mon Sep 17 00:00:00 2001 From: Ariel Barmat <140773+abarmat@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:55:58 -0300 Subject: [PATCH] fix: optimize the round trips for the function that reconciliates the subgraphs on the network --- packages/indexer-common/src/indexer-management/monitor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/indexer-common/src/indexer-management/monitor.ts b/packages/indexer-common/src/indexer-management/monitor.ts index 0d809b9d6..900efb9d3 100644 --- a/packages/indexer-common/src/indexer-management/monitor.ts +++ b/packages/indexer-common/src/indexer-management/monitor.ts @@ -645,7 +645,7 @@ export class NetworkMonitor { const deployments: SubgraphDeployment[] = [] const queryProgress = { lastId: '', - first: 10, + first: 1000, fetched: 0, exhausted: false, retriesRemaining: 10,