15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
module.exports = {
  polling: 'polling', // 轮询
  weights: 'weights', // 权重
  random: 'random', // 随机
  specify: 'specify', // 声明绑定
  weightsPolling: 'weightsPolling', // 权重轮询
  weightsRandom: 'weightsRandom', // 权重随机
  minimumConnection: 'minimumConnection', // 最小连接数
  weightsMinimumConnection: 'weightsMinimumConnection', // 权重最小连接数
};