Skip to content

Commit c2ff8fb

Browse files
abarmatdwerner
authored andcommitted
fix: optimize the round trips for the function that reconciliates the subgraphs on the network
1 parent 20af261 commit c2ff8fb

File tree

1 file changed

+1
-1
lines changed
  • packages/indexer-common/src/indexer-management

1 file changed

+1
-1
lines changed

packages/indexer-common/src/indexer-management/monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ export class NetworkMonitor {
645645
const deployments: SubgraphDeployment[] = []
646646
const queryProgress = {
647647
lastId: '',
648-
first: 10,
648+
first: 1000,
649649
fetched: 0,
650650
exhausted: false,
651651
retriesRemaining: 10,

0 commit comments

Comments
 (0)