From 0ff063505b7f3b13d8c9e2bbf9824b07b786f961 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 Jan 2025 17:55:36 +0100 Subject: [PATCH] wait #7270 @1 --- app/Fluidbook/Farm.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Fluidbook/Farm.php b/app/Fluidbook/Farm.php index c34339a89..3af696a7a 100644 --- a/app/Fluidbook/Farm.php +++ b/app/Fluidbook/Farm.php @@ -20,9 +20,8 @@ class Farm protected static $_region = Region::EUROPE; protected static $_farmServers = [ - ['name' => 'alphaville', 'host' => 'fluidbook-processfarm', 'port' => 9000, 'weight' => 12, 'region' => Region::EUROPE, 'local' => false], + ['name' => 'amadeus', 'host' => 'amadeus.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false], ['name' => 'cloudatlas', 'host' => 'cloudatlas.cubedesigners.com', 'weight' => 4, 'region' => Region::EUROPE, 'local' => false], - ['name' => 'dracula', 'host' => 'dracula.cubedesigners.com', 'weight' => 1, 'region' => Region::EUROPE, 'local' => true], ['name' => 'dobermann', 'host' => 'dobermann.cubedesigners.com', 'weight' => 6, 'region' => Region::EUROPE, 'local' => false], ['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 2, 'region' => Region::EUROPE, 'local' => false], ['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'port' => 9460, 'weight' => 2, 'region' => Region::EUROPE, 'local' => false], -- 2.39.5