['name' => 'isleofdogs', 'host' => 'paris.cubedesigners.com', 'port' => 9458, 'weight' => 2, 'region' => 'UE'],
['name' => 'jumanji', 'host' => 'paris.cubedesigners.com', 'port' => 9459, 'weight' => 2, 'region' => 'UE'],
['name' => 'kingkong', 'host' => 'kingkong.cubedesigners.com', 'weight' => 6, 'region' => 'US'],
- ['name' => 'matrix', 'host' => 'matrix.cubedesigners.com', 'weight' => 2, 'region' => 'UE'],
+ //['name' => 'matrix', 'host' => 'matrix.cubedesigners.com', 'weight' => 2, 'region' => 'UE'],
];
public static function forceServer($server)
if (!$res) {
if ($attempts > 0) {
- Log::warning('Farm failure ('.$farmer['name'].') : ' . $output);
+ Log::warning('Farm failure (' . $farmer['name'] . ') : ' . $output);
return static::_getFile($params, $attempts - 1);
}
- throw new \Exception('Farm failure ('.$farmer['name'].') : ' . $output);
+ throw new \Exception('Farm failure (' . $farmer['name'] . ') : ' . $output);
}
return $res;