Skip to content

Commit

Permalink
feat: reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
asawczyn committed Sep 28, 2024
1 parent 8f67c22 commit 88317c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nsa/download_document_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main(
progress_bar=True,
progress_bar_options={"smoothing": 0},
chunk_size=5,
worker_lifespan=1000,
worker_lifespan=100,
):
assert len(result) == 1
if "error" in result:
Expand Down

0 comments on commit 88317c7

Please sign in to comment.