From: Vincent Vanwaelscappel Date: Thu, 9 Jan 2025 10:34:14 +0000 (+0100) Subject: #6841 @16 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fd5485b3d0f337461d5d45c5677deeb0c1b6a33f;p=fluidbook-toolbox.git #6841 @16 --- diff --git a/app/Fluidbook/Farm.php b/app/Fluidbook/Farm.php index dc89a9d4c..c34339a89 100644 --- a/app/Fluidbook/Farm.php +++ b/app/Fluidbook/Farm.php @@ -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], diff --git a/app/Fluidbook/HostingLoadBalancer.php b/app/Fluidbook/HostingLoadBalancer.php index 246d92f71..8fcef6e01 100644 --- a/app/Fluidbook/HostingLoadBalancer.php +++ b/app/Fluidbook/HostingLoadBalancer.php @@ -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()