]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6269 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 12 Oct 2023 12:40:18 +0000 (14:40 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 12 Oct 2023 12:40:18 +0000 (14:40 +0200)
app/Fluidbook/HostingLoadBalancer.php

index 0144d1e0401131d4917b3d3462c8ae2fa5aada00..67a5ef6cf56539e5e5cc6f7e90a80374b8a95470 100644 (file)
@@ -7,10 +7,9 @@ use Cubist\Util\Files\Files;
 class HostingLoadBalancer
 {
     protected static $_servers = [
-        ['name' => 's1', 'host' => 's1.lb.fluidbook.com', 'weight' => 5],
+        ['name' => 's1', 'host' => 's1.lb.fluidbook.com', 'weight' => 7],
         ['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' => 6],
     ];
 
     protected static function _pingCache()