Skip to content

Commit

Permalink
lower case s (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexicaWright authored Oct 22, 2024
1 parent ef43d7d commit e506475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example, if your database has three secondaries and you pause it, it will re
====
Secondaries can take some time to become operational after they are created, and there may be delays when the system is busy.
Causal consistency is maintained among your secondaries with the use of bookmarks and these also ensure that returned data is correct and up-to-date.
However, if the database is under heavy load, queries using bookmarks may also experience delays in adding Secondaries.
However, if the database is under heavy load, queries using bookmarks may also experience delays in adding secondaries.
See link:https://neo4j.com/docs/operations-manual/current/clustering/introduction/#causal-consistency-explained[Operations Manual -> Causal consistency] for more information.
====

Expand Down

0 comments on commit e506475

Please sign in to comment.