From: Vincent Vanwaelscappel Date: Wed, 22 Jan 2025 18:45:39 +0000 (+0100) Subject: wait #7270 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3dc4f19321b069d718828630a5c6914f80d93d95;p=fluidbook-toolbox.git wait #7270 @1 --- diff --git a/app/Fluidbook/HostingLoadBalancer.php b/app/Fluidbook/HostingLoadBalancer.php index 8fcef6e01..a82c461d0 100644 --- a/app/Fluidbook/HostingLoadBalancer.php +++ b/app/Fluidbook/HostingLoadBalancer.php @@ -8,7 +8,7 @@ class HostingLoadBalancer { protected static $_servers = [ ['name' => 's1', 'host' => 's1.lb.fluidbook.com', 'weight' => 1], - ['name' => 's2', 'host' => 's2.lb.fluidbook.com', 'weight' => 2], + //['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],