Skip to content

Commit 007ed0b

Browse files
committed
fix: lint+md lint
1 parent cec5172 commit 007ed0b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/en/latest/balancer-least-conn.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ description: This document introduces the Least Connection Load Balancer (`least
2828
#
2929
-->
3030

31-
# Least Connection Load Balancer
32-
3331
## Overview
3432

3533
The `least_conn` load balancer in Apache APISIX implements a dynamic load balancing algorithm that routes requests to the upstream server with the fewest active connections. This algorithm is particularly effective for scenarios where request processing times vary significantly or when dealing with long-lived connections such as WebSocket connections.

docs/zh/latest/balancer-least-conn.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ description: 本文介绍了 Apache APISIX 中的最少连接负载均衡器(`
2828
#
2929
-->
3030

31-
# 最少连接负载均衡器
32-
3331
## 概述
3432

3533
Apache APISIX 中的 `least_conn` 负载均衡器实现了一种动态负载均衡算法,将请求路由到活跃连接数最少的上游服务器。该算法特别适用于请求处理时间差异较大的场景,或处理长连接(如 WebSocket 连接)的情况。

0 commit comments

Comments
 (0)