rabin 3 лет назад
Родитель
Сommit
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'];