From 1c0a595506dd3e3cb3d5f02017e2c321497b279c Mon Sep 17 00:00:00 2001 From: Chris Wessels Date: Sun, 13 Aug 2023 17:18:38 +0100 Subject: [PATCH] chore(subgraph-radio): fix env var in pre-sync docs (#69) --- docs/graphcast/radios/subgraph-radio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphcast/radios/subgraph-radio.md b/docs/graphcast/radios/subgraph-radio.md index a0d4f5b9..39346fa4 100644 --- a/docs/graphcast/radios/subgraph-radio.md +++ b/docs/graphcast/radios/subgraph-radio.md @@ -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.