]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7741 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Sep 2025 15:09:35 +0000 (17:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Sep 2025 15:09:35 +0000 (17:09 +0200)
app/Fluidbook/HostingLoadBalancer.php

index a3b83bc067a382ec508b7ad5007af7acf87d7872..558cfe094e5ea7fdd1d11271bc85c0f2290d78c9 100644 (file)
@@ -9,9 +9,9 @@ class HostingLoadBalancer
     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],
     ];