protected static $_servers = [
['name' => 's1', 'host' => 's1.lb.fluidbook.com', 'weight' => 1], // Toolbox
['name' => 's2', 'host' => 's2.lb.fluidbook.com', 'weight' => 8], // Benhur
- ['name' => 's3', 'host' => 's3.lb.fluidbook.com', 'weight' => 2], // Cloudatlas
- // ['name' => 's4', 'host' => 's4.lb.fluidbook.com', 'weight' => 2],
- // ['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 8],
+ ['name' => 's3', 'host' => 's3.lb.fluidbook.com', 'weight' => 2], // Dobermann
+ ['name' => 's4', 'host' => 's4.lb.fluidbook.com', 'weight' => 8], // Gremlins
+ // ['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 8],
//['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 8],
];