From 1caf9e22acf4a5b5f75162271ec03cce5decc26c Mon Sep 17 00:00:00 2001 From: brittanyseales <94484330+brittanyseales@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:53:42 +0800 Subject: [PATCH] Update faq.md (#554) Updating question from "indexers" to "Node Operators" --- docs/subquery_network/consumers/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subquery_network/consumers/faq.md b/docs/subquery_network/consumers/faq.md index 7660a5dccb7..65ed673d9a6 100644 --- a/docs/subquery_network/consumers/faq.md +++ b/docs/subquery_network/consumers/faq.md @@ -1,6 +1,6 @@ # Frequently Asked Questions -## As a Consumer, can I select 1 Indexer or multiple Indexers? +## As a Consumer, can I select 1 Node Operator or multiple Node Operators? Depending on demand, there will often be multiple Indexers indexing a given SubQuery project and multiple RPC providers for each network. Consumers have the choice when deciding which Node Operator to make agreements with. Typically Consumers would select Node Operators from a combination of cost, reliability, and latency. Consumers could also incorporate automatic failover and read data from another Node Operator if the first one times out or is not responsive.