badman-core
Version:
badman-core is the layer what all the badman packages depended,or can be used as a tool kit.
13 lines • 550 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const RoundRobinLoadBalancer_1 = __importDefault(require("./RoundRobinLoadBalancer"));
class WeightedRoundRobinLoadBalancer extends RoundRobinLoadBalancer_1.default {
constructor(pool) {
super(pool, true);
}
}
exports.default = WeightedRoundRobinLoadBalancer;
//# sourceMappingURL=WeightedRoundRobinLoadBalancer.js.map