File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ connectivity by running `select count(*) from primary_public.chains;` and
4949` select count(*) from shard_<name>_subgraphs.subgraph ` --- the result of
5050these queries doesn't matter, it only matters that they succeed.
5151
52- With mutliple shards, ` graph-node ` will periodically copy some metadata from
52+ With multiple shards, ` graph-node ` will periodically copy some metadata from
5353the primary to all the other shards. The metadata that gets copied is the
54- metadata that is needed to repsond to queries as each query needs the
54+ metadata that is needed to respond to queries as each query needs the
5555primary to find the shard that stores the subgraph's data. The copies of the
5656metadata are used when the primary is down to ensure that queries can still
5757be answered.
You can’t perform that action at this time.
0 commit comments