fix
This commit is contained in:
parent
d24a241579
commit
5098244193
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class DownloadQueue:
|
||||||
started = time.perf_counter()
|
started = time.perf_counter()
|
||||||
LOG.debug(f'extract_info: checking {url=}')
|
LOG.debug(f'extract_info: checking {url=}')
|
||||||
|
|
||||||
with ThreadPoolExecutor as executor:
|
with ThreadPoolExecutor(1) as executor:
|
||||||
entry = await asyncio.wait_for(
|
entry = await asyncio.wait_for(
|
||||||
fut=asyncio.get_running_loop().run_in_executor(
|
fut=asyncio.get_running_loop().run_in_executor(
|
||||||
executor,
|
executor,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue