设置分片级别每秒允许的最大写入请求数量。
0(不限制)
# 每秒最多 500 个请求 cluster.throttle.shard.write.max_requests: 500 # 不限制请求数(默认) cluster.throttle.shard.write.max_requests: 0