Skip to content

Commit 59c9bf3

Browse files
authored
improve wording (#596)
1 parent 7199d68 commit 59c9bf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/HyperIndex/Advanced/hypersync.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ HyperSync is maintained and hosted by Envio for all supported networks. We handl
7777

7878
### Improving resilience with RPC fallback
7979

80-
HyperIndex supports a multi-layered data source architecture through RPC fallback capability. While HyperSync provides excellent performance and reliability, implementing redundant data sources follows best practices for mission-critical applications.
80+
HyperIndex allows you to configure additional RPC providers as fallback data sources. This redundancy is **recommended** for production deployments to ensure continuous operation of your indexer. If HyperSync experiences any interruption, your indexer will automatically switch to the fallback RPC provider.
8181

82-
Adding an RPC fallback provides:
82+
Adding an RPC fallback provides these benefits:
8383

84-
- **High availability architecture**: Ensures continuous indexing even during unplanned HyperSync outages
85-
- **Multi-provider resilience**: Creates a fault-tolerant system that can gracefully handle any network disruptions
86-
- **Complete control**: Gives you additional options for how your indexer accesses blockchain data
84+
- **High availability**: Your indexer continues to function even during temporary HyperSync outages
85+
- **Automatic failover**: The system detects issues and switches to fallback RPC without manual intervention
86+
- **Operational control**: You can specify which RPC providers to use as fallbacks based on your requirements
8787

88-
Configure it by providing an `rpc` field in your network configuration:
88+
Configure a fallback RPC by adding the `rpc` field to your network configuration:
8989

9090
```diff
9191
name: Greeter

0 commit comments

Comments
 (0)