|
@@ -45,7 +45,7 @@ class CrawlerGzhBaseStrategy(CrawlerPipeline, CrawlerGzhConst):
|
|
|
from long_articles_accounts
|
|
|
where account_category = %s and is_using = %s order by recent_score_ci_lower desc limit %s;
|
|
|
"""
|
|
|
- return await self.pool.async_fetch(query=query, params=(method, 1, 100))
|
|
|
+ return await self.pool.async_fetch(query=query, params=(method, 1, 500))
|
|
|
case _:
|
|
|
raise Exception("strategy not supported")
|
|
|
|