We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b218 commit 6bf15daCopy full SHA for 6bf15da
src/hooks/custom/common.ts
@@ -15,7 +15,7 @@ export const PARTITION_FORM_SPLIT_PDF_CONCURRENCY_LEVEL =
15
"split_pdf_concurrency_level";
16
17
export const DEFAULT_STARTING_PAGE_NUMBER = 1;
18
-export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 5;
+export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 8;
19
export const MAX_NUMBER_OF_PARALLEL_REQUESTS = 15;
20
21
export const MIN_PAGES_PER_THREAD = 2;
0 commit comments