wesmiler 3 ماه پیش
والد
کامیت
07311e24fa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Services/Api/SocialCircleService.php

+ 1 - 1
app/Services/Api/SocialCircleService.php

@@ -71,7 +71,7 @@ class SocialCircleService extends BaseService
             ->get();
         $datas = $datas? $datas->toArray() : [];
         if($datas){
-            $datas = $datas?array_chunk($datas,6) : [];
+            $datas = $datas?array_chunk($datas,8) : [];
             RedisService::set($cacheKey, $datas, rand(300, 600));
         }