@@ -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'];