Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
legnaleurc committed Dec 16, 2023
1 parent e87a8ab commit 94c7d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driveutil/fix-hah/app/_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
async def download(drive: Drive, src: Node, dst: Path, pool: Executor) -> Path:
with AioQueue[None].fifo() as queue:
await queue.push(_download_unknown(queue, drive, src, dst, pool))
await queue.consume(4)
await queue.consume(8)
return dst / src.name


Expand Down

0 comments on commit 94c7d45

Please sign in to comment.