Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-15 06:14:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-15 06:14:24 +0300
commitd482517583173924ba7961a2b0e9e07d1b51bb78 (patch)
tree01ef6769846a451c4e3539caa1e32f54dd001157 /doc/development/scalability.md
parent9b0b4d9b9484aaeb82de5f24942460c679ae909e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/scalability.md')
-rw-r--r--doc/development/scalability.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/scalability.md b/doc/development/scalability.md
index de9c57c2f2a..733e94cb5a7 100644
--- a/doc/development/scalability.md
+++ b/doc/development/scalability.md
@@ -123,7 +123,7 @@ the read replicas. [Omnibus ships with Patroni](../administration/postgresql/rep
#### Load-balancing
-GitLab EE has [application support for load balancing using read replicas](../administration/postgresql/database_load_balancing.md). This load balancer does
+GitLab EE has [application support for load balancing using read replicas](database/load_balancing.md). This load balancer does
some actions that aren't traditionally available in standard load balancers. For
example, the application considers a replica only if its replication lag is low
(for example, WAL data behind by less than 100 MB).