From f4aa1e67231987d438a564af66c3710e5b19855f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 26 Sep 2024 14:56:22 +0200 Subject: [PATCH] wip #7090 @1 --- app/Fluidbook/HostingLoadBalancer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Fluidbook/HostingLoadBalancer.php b/app/Fluidbook/HostingLoadBalancer.php index 16bba5dff..8a2cb30ed 100644 --- a/app/Fluidbook/HostingLoadBalancer.php +++ b/app/Fluidbook/HostingLoadBalancer.php @@ -11,8 +11,8 @@ class HostingLoadBalancer ['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' => 5], - //['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 5], + ['name' => 's5', 'host' => 's5.lb.fluidbook.com', 'weight' => 5], + ['name' => 's6', 'host' => 's6.lb.fluidbook.com', 'weight' => 5], ]; protected static function _pingCache() -- 2.39.5