From 05e94cd2b7eecbf2708a5a09655717645ee8d37c Mon Sep 17 00:00:00 2001 From: Federico Sandrelli Date: Sun, 13 Apr 2025 11:46:51 +0100 Subject: [PATCH] Update "Disadvantage(s): load balancer" Reorder and reword the bullet points for better clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90d2a6ac..b04e5500 100644 --- a/README.md +++ b/README.md @@ -713,9 +713,9 @@ Load balancers can also help with horizontal scaling, improving performance and ### Disadvantage(s): load balancer -* The load balancer can become a performance bottleneck if it does not have enough resources or if it is not configured properly. -* Introducing a load balancer to help eliminate a single point of failure results in increased complexity. +* Introducing a load balancer results in increased complexity. * A single load balancer is a single point of failure, configuring multiple load balancers further increases complexity. +* The load balancer can become a performance bottleneck if it does not have enough resources or if it is not configured properly. ### Source(s) and further reading