From 331522dc193c0089d66bf4e572aa4102eed41f64 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 16 Nov 2023 15:03:38 +0100 Subject: [PATCH] wait #6474 @0.5 --- app/Fluidbook/Farm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Fluidbook/Farm.php b/app/Fluidbook/Farm.php index e71026e9a..f348806c7 100644 --- a/app/Fluidbook/Farm.php +++ b/app/Fluidbook/Farm.php @@ -15,8 +15,8 @@ class Farm { protected static $_outPDF = []; - //protected static $_forceServer = false; - protected static $_forceServer = 'alphaville'; + protected static $_forceServer = false; + //protected static $_forceServer = 'alphaville'; protected static $_farmServers = [ ['name' => 'alphaville', 'host' => 'fluidbook-processfarm', 'port' => 9000, 'weight' => 12, 'region' => 'UE'], ['name' => 'brazil', 'host' => 'brazil.cubedesigners.com', 'weight' => 6, 'region' => 'US'], -- 2.39.5