From b05278695e1d33bce276f50b63ab80703ce111be Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Sep 2025 17:09:35 +0200 Subject: [PATCH] wait #7741 @1 --- app/Fluidbook/HostingLoadBalancer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Fluidbook/HostingLoadBalancer.php b/app/Fluidbook/HostingLoadBalancer.php index a3b83bc06..558cfe094 100644 --- a/app/Fluidbook/HostingLoadBalancer.php +++ b/app/Fluidbook/HostingLoadBalancer.php @@ -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], ]; -- 2.39.5