Skip to content

Commit c7e54ed

Browse files
Fix heading
1 parent 4771d95 commit c7e54ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/distributed-systems.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Distributed systems offer vast capabilities, but they also come with inherent co
66

77
This document provides an explanation of why requests can appear inconsistent, how block reorganization (re-org) events affect data delivery, and why certain solutions exist to maintain consistency.
88

9-
### Why Distributed Systems Can Appear Inconsistent
9+
## Why Distributed Systems Can Appear Inconsistent
1010

1111
Whenever different computers are working together across the globe, certain problems become unavoidable. Connections fail, computers get restarted, and clocks fall out of sync. In the context of **The Graph**, multiple Indexers ingest blocks at slightly different times, and clients can make requests to any of these Indexers. The result is that requests may arrive out of order or be answered based on different block states.
1212

0 commit comments

Comments
 (0)