Ken 1 månad sedan
förälder
incheckning
cf715330ac
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
     }