We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ebda8 commit f761db8Copy full SHA for f761db8
src/hooks/custom/common.ts
@@ -21,9 +21,9 @@ export const PARTITION_FORM_SPLIT_PDF_CONCURRENCY_LEVEL =
21
export const EXTRACT_IMAGE_BLOCK_TYPES = "extract_image_block_types";
22
23
export const DEFAULT_STARTING_PAGE_NUMBER = 1;
24
-export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 8;
+export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 10;
25
export const DEFAULT_SPLIT_PDF_ALLOW_FAILED_KEY = false;
26
-export const MAX_NUMBER_OF_PARALLEL_REQUESTS = 15;
+export const MAX_NUMBER_OF_PARALLEL_REQUESTS = 50;
27
28
export const MIN_PAGES_PER_THREAD = 2;
29
export const MAX_PAGES_PER_THREAD = 20;
0 commit comments