From 64721409201b9368c5b6bdf105e65029059996d7 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 20 Jun 2024 17:34:21 +0300 Subject: [PATCH] Pull request 2241: 7075 Doc load-balancing Updates #7075. Squashed commit of the following: commit cd889bd828bcfaf71087727f169f05b69c508a45 Author: Eugene Burkov Date: Thu Jun 20 17:20:13 2024 +0300 client: imp text commit 3d51d48037bb85df5f04b6d3f83b1857253adf88 Author: Eugene Burkov Date: Wed Jun 19 13:47:48 2024 +0300 client: imp ui text --- client/src/__locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 1ffe7bf1..00c94a58 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -6,7 +6,7 @@ "upstream_parallel": "Use parallel queries to speed up resolving by querying all upstream servers simultaneously.", "parallel_requests": "Parallel requests", "load_balancing": "Load-balancing", - "load_balancing_desc": "Query one upstream server at a time. AdGuard Home uses its weighted random algorithm to pick the server so that the fastest server is used more often.", + "load_balancing_desc": "Query one upstream server at a time. AdGuard Home uses a weighted random algorithm to select servers with the lowest number of failed lookups and the lowest average lookup time.", "bootstrap_dns": "Bootstrap DNS servers", "bootstrap_dns_desc": "IP addresses of DNS servers used to resolve IP addresses of the DoH/DoT resolvers you specify as upstreams. Comments are not permitted.", "fallback_dns_title": "Fallback DNS servers",