diff --git a/queue/crontab/add_spider_weibo_comment_task.php b/queue/crontab/add_spider_weibo_comment_task.php index b070dbf..337a0b3 100644 --- a/queue/crontab/add_spider_weibo_comment_task.php +++ b/queue/crontab/add_spider_weibo_comment_task.php @@ -8,7 +8,7 @@ include_once(dirname(dirname(dirname(__FILE__))) . "/library/publicBase.php"); class addSpiderWeiboCommentTask { public function __construct() { - $page_size = 500; + $page_size = 100; $condition['uid'] = WEIBO_USER_ZHANG; $condition['spider_comment_status'] = SPIDER_COMMENT_STATUS_NO;