From 3dc4f19321b069d718828630a5c6914f80d93d95 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 Jan 2025 19:45:39 +0100 Subject: [PATCH] wait #7270 @1 --- app/Fluidbook/HostingLoadBalancer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.39.5