From: Vincent Vanwaelscappel Date: Tue, 15 Nov 2022 16:21:33 +0000 (+0100) Subject: wip #5468 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=873b2db6015a0ccf0c05364c7b97be3f68299cbc;p=fluidbook-toolbox.git wip #5468 --- 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],