Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 26, 2024
1 parent cfab504 commit ac07f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, work_q: asyncio.Queue = None, task_docker=None):
self.power = 32
self.max_queue_size = 0
self.cache_space = []
self.max_results = 2000
self.max_results = 20

async def _adaptor(self):
try:
Expand Down

0 comments on commit ac07f45

Please sign in to comment.