From 873b2db6015a0ccf0c05364c7b97be3f68299cbc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 15 Nov 2022 17:21:33 +0100 Subject: [PATCH] wip #5468 --- app/Util/FluidbookFarm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Util/FluidbookFarm.php b/app/Util/FluidbookFarm.php index 0e0f978d8..87ea8f60a 100644 --- a/app/Util/FluidbookFarm.php +++ b/app/Util/FluidbookFarm.php @@ -12,7 +12,7 @@ class FluidbookFarm protected static $_farmServers = [ ['name' => 'alien', 'host' => 'alien.cubedesigners.com', 'weight' => 1], ['name' => 'brazil', 'host' => 'brazil.cubedesigners.com', 'weight' => 6], - //['name' => 'clockwork', 'host' => 'clockwork.cubedesigners.com', 'weight' => 2], + ['name' => 'clockwork', 'host' => 'clockwork.cubedesigners.com', 'weight' => 2], ['name' => 'dracula', 'host' => 'dracula.cubedesigners.com', 'weight' => 3], ['name' => 'elephantman', 'host' => 'elephantman.cubedesigners.com', 'weight' => 1], ['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'weight' => 1], -- 2.39.5