]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7090 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 26 Sep 2024 12:56:22 +0000 (14:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 26 Sep 2024 12:56:22 +0000 (14:56 +0200)
app/Fluidbook/HostingLoadBalancer.php

index 16bba5dff1c715258e06296ea0d5360652186d95..8a2cb30ed999721bfac5ee95d88bddbcfd5cb8df 100644 (file)
@@ -11,8 +11,8 @@ class HostingLoadBalancer
         ['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],
+        ['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 5],
+        ['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 5],
     ];
 
     protected static function _pingCache()