]> _ Git - fluidbook-toolbox.git/commitdiff
#6841 @16
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Jan 2025 10:34:14 +0000 (11:34 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Jan 2025 10:34:14 +0000 (11:34 +0100)
app/Fluidbook/Farm.php
app/Fluidbook/HostingLoadBalancer.php

index dc89a9d4c62ab9f87838c47b10361d39c21def81..c34339a89d551a5d928d9079aa5f08757c8c18da 100644 (file)
@@ -26,7 +26,6 @@ class Farm
         ['name' => 'dobermann', 'host' => 'dobermann.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'port' => 9460, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
-        //['name' => 'godzilla', 'host' => 'godzilla.cubedesigners.com', 'weight' => 1, 'region' => Region::EUROPE,'local'=>false],
         ['name' => 'isleofdogs', 'host' => 'paris.cubedesigners.com', 'port' => 9458, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'jumanji', 'host' => 'paris.cubedesigners.com', 'port' => 9459, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false],
         ['name' => 'kingkong', 'host' => 'kingkong.cubedesigners.com', 'weight' => 6, 'region' => Region::USA, 'local' => true],
index 246d92f71b5ef53117bb7d9c980e035fc66eabd1..8fcef6e01994455821c37912fd937dece3545512 100644 (file)
@@ -10,9 +10,9 @@ class HostingLoadBalancer
         ['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' => 8],
-        ['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 8],
+      // ['name' => 's4', 'host' => 's4.lb.fluidbook.com', 'weight' => 2],
+      //  ['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 8],
+        //['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 8],
     ];
 
     protected static function _pingCache()