Skip to content

Commit

Permalink
chore(subgraph-radio): fix env var in pre-sync docs (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswessels committed Aug 13, 2023
1 parent 2acf5f1 commit 1c0a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/graphcast/radios/subgraph-radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ RUST_LOG="warn,hyper=warn,graphcast_sdk=debug,subgraph_radio=debug"

The subgraph upgrade pre-sync feature provides a way for Subgraph Developers to signal when they plan on releasing a new subgraph version, thereby allowing Indexers to start syncing the subgraph in advance. If the Radio operator has set up the notification system, they will get notified whenever a new subgraph upgrade intent message is received.

If the `INDEXER_MANAGEMEN_SERVER_ENDPOINT` configuration variable has been set, the Radio will send a request to the Indexer Agent to start offchain syncing the new Subgraph deployment.
If the `INDEXER_MANAGEMENT_SERVER_ENDPOINT` configuration variable has been set, the Radio will send a request to the Indexer Agent to start offchain syncing the new Subgraph deployment.

The `AUTO_UPGRADE` variable can be toggled to change the coverage level of subgraphs for which the Radio will send offchain syncing commands to the indexer management server.

Expand Down

0 comments on commit 1c0a595

Please sign in to comment.