Ken hace 1 mes
padre
commit
cf715330ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/FixtureService.php

+ 1 - 1
app/Services/FixtureService.php

@@ -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;
     }