Skip to content

Commit 9807630

Browse files
committed
increase max concurrency to 50
1 parent 99c6385 commit 9807630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unstructured_client/_hooks/custom/split_pdf_hook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
DEFAULT_STARTING_PAGE_NUMBER = 1
4242
DEFAULT_ALLOW_FAILED = False
43-
DEFAULT_CONCURRENCY_LEVEL = 8
44-
MAX_CONCURRENCY_LEVEL = 15
43+
DEFAULT_CONCURRENCY_LEVEL = 10
44+
MAX_CONCURRENCY_LEVEL = 50
4545
MIN_PAGES_PER_SPLIT = 2
4646
MAX_PAGES_PER_SPLIT = 20
4747

0 commit comments

Comments
 (0)