@@ -35,7 +35,7 @@ static function oddsLive($id)
$res = Client::oddsLive(['fixture' => $id]);
if (count($res['response']) <= 0) return [];
$res = $res['response'][0];
- Cache::put($key, $res, 3);
+ Cache::put($key, $res, 5);
return $res;
}