['name' => 'dobermann', 'host' => 'dobermann.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'port' => 9460, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
- //['name' => 'godzilla', 'host' => 'godzilla.cubedesigners.com', 'weight' => 1, 'region' => Region::EUROPE,'local'=>false],
['name' => 'isleofdogs', 'host' => 'paris.cubedesigners.com', 'port' => 9458, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
['name' => 'jumanji', 'host' => 'paris.cubedesigners.com', 'port' => 9459, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
['name' => 'kingkong', 'host' => 'kingkong.cubedesigners.com', 'weight' => 6, 'region' => Region::USA, 'local' => true],
['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' => 8],
- ['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 8],
+ // ['name' => 's4', 'host' => 's4.lb.fluidbook.com', 'weight' => 2],
+ // ['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 8],
+ //['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 8],
];
protected static function _pingCache()