rabin пре 3 година
родитељ
комит
8d6041e356
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      app/collection/lib/Create.php
  2. 1 1
      app/collection/lib/Spider.php

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

@@ -28,7 +28,7 @@ class Create
         	}
         }
 
-        $max = 12;
+        $max = 15;
         $result = array();
         if ($info) {
             $result['page_id'] = $info['page_id'];

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

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