@@ -30,7 +30,7 @@ class ProcessDeal(object):
WHERE content_status = 0 and process_times <= 5
ORDER BY request_time_stamp
ASC
- LIMIT 8;
+ LIMIT 4;
"""
content_ids = await self.mysql_client.async_select(select_sql1)
cil = []