rabin 3 년 전
부모
커밋
70f525ccda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/collection/lib/Spider.php

+ 1 - 1
app/collection/lib/Spider.php

@@ -48,7 +48,7 @@ class Spider
         }
 
         $where['use'] = 1;
-        $where['limit'] = '0,15';
+        $where['limit'] = '0,9';
         $data = Dever::db('spider/data')->getAll($where);
 
         $name = $project['config'] ? $project['config'] : $project['name'];