Remove consistent hash

This commit is contained in:
DullJZ
2025-10-01 20:47:50 +08:00
parent 48bc2d9b11
commit c2de062070
5 changed files with 2 additions and 119 deletions
-1
View File
@@ -103,7 +103,6 @@ balancer:
# - "round-robin": 轮询
# - "least-space": 选择剩余空间最多的存储桶
# - "weighted": 基于权重的随机选择
# - "consistent-hash": 一致性哈希(相同的key总是选择相同的存储桶)
strategy: "least-space"
# 健康检查周期