diff --git a/src/hooks/custom/common.ts b/src/hooks/custom/common.ts index dbeaf193..72c86818 100644 --- a/src/hooks/custom/common.ts +++ b/src/hooks/custom/common.ts @@ -21,9 +21,9 @@ export const PARTITION_FORM_SPLIT_PDF_CONCURRENCY_LEVEL = export const EXTRACT_IMAGE_BLOCK_TYPES = "extract_image_block_types"; export const DEFAULT_STARTING_PAGE_NUMBER = 1; -export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 8; +export const DEFAULT_NUMBER_OF_PARALLEL_REQUESTS = 10; export const DEFAULT_SPLIT_PDF_ALLOW_FAILED_KEY = false; -export const MAX_NUMBER_OF_PARALLEL_REQUESTS = 15; +export const MAX_NUMBER_OF_PARALLEL_REQUESTS = 50; export const MIN_PAGES_PER_THREAD = 2; export const MAX_PAGES_PER_THREAD = 20;