mirror of
https://github.com/DullJZ/s3-balance.git
synced 2026-09-05 07:46:42 +08:00
Remove consistent hash
This commit is contained in:
@@ -103,7 +103,6 @@ balancer:
|
||||
# - "round-robin": 轮询
|
||||
# - "least-space": 选择剩余空间最多的存储桶
|
||||
# - "weighted": 基于权重的随机选择
|
||||
# - "consistent-hash": 一致性哈希(相同的key总是选择相同的存储桶)
|
||||
strategy: "least-space"
|
||||
|
||||
# 健康检查周期
|
||||
|
||||
Reference in New Issue
Block a user