rabin 3 years ago
parent
commit
70f525ccda
1 changed files with 1 additions and 1 deletions
  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['use'] = 1;
-        $where['limit'] = '0,15';
+        $where['limit'] = '0,9';
         $data = Dever::db('spider/data')->getAll($where);
         $data = Dever::db('spider/data')->getAll($where);
 
 
         $name = $project['config'] ? $project['config'] : $project['name'];
         $name = $project['config'] ? $project['config'] : $project['name'];