Skip to content

Commit 6bf15da

Browse files
authored
chore: Bump the default split page concurrency (#87)
Send 8 concurrent requests when splitting pdfs to match Unstructured-IO/unstructured-python-client#122
1 parent 519b218 commit 6bf15da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/custom/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const PARTITION_FORM_SPLIT_PDF_CONCURRENCY_LEVEL =
1515
"split_pdf_concurrency_level";
1616

1717
export const DEFAULT_STARTING_PAGE_NUMBER = 1;
18-
export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 5;
18+
export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 8;
1919
export const MAX_NUMBER_OF_PARALLEL_REQUESTS = 15;
2020

2121
export const MIN_PAGES_PER_THREAD = 2;

0 commit comments

Comments
 (0)