class HostingLoadBalancer
{
protected static $_servers = [
- ['name' => 's1', 'host' => 's1.lb.fluidbook.com', 'weight' => 2],
+ ['name' => 's1', 'host' => 's1.lb.fluidbook.com', 'weight' => 1],
['name' => 's2', 'host' => 's2.lb.fluidbook.com', 'weight' => 2],
['name' => 's3', 'host' => 's3.lb.fluidbook.com', 'weight' => 2],
+ ['name' => 's4', 'host' => 's4.lb.fluidbook.com', 'weight' => 2],
+ //['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 5],
+ //['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 5],
];
protected static function _pingCache()