]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7073 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Sep 2024 10:51:11 +0000 (12:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Sep 2024 10:51:11 +0000 (12:51 +0200)
app/Fluidbook/HostingLoadBalancer.php

index 792f84c10946e1a7f573704cf1fc54400911dcd3..16bba5dff1c715258e06296ea0d5360652186d95 100644 (file)
@@ -7,9 +7,12 @@ use Cubist\Util\Files\Files;
 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()