Skip to content

Commit

Permalink
fix: optimize the round trips for the function that reconciliates the…
Browse files Browse the repository at this point in the history
… subgraphs on the network
  • Loading branch information
abarmat authored and dwerner committed Dec 12, 2024
1 parent 20af261 commit c2ff8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-common/src/indexer-management/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ export class NetworkMonitor {
const deployments: SubgraphDeployment[] = []
const queryProgress = {
lastId: '',
first: 10,
first: 1000,
fetched: 0,
exhausted: false,
retriesRemaining: 10,
Expand Down

0 comments on commit c2ff8fb

Please sign in to comment.