mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
feat: extend task result timeout to 3600 seconds in api_client
This commit is contained in:
@@ -28,7 +28,7 @@ from mineru.cli.api_protocol import (
|
||||
HEALTH_ENDPOINT = "/health"
|
||||
TASKS_ENDPOINT = "/tasks"
|
||||
TASK_STATUS_POLL_INTERVAL_SECONDS = 1.0
|
||||
TASK_RESULT_TIMEOUT_SECONDS = 600
|
||||
TASK_RESULT_TIMEOUT_SECONDS = 3600
|
||||
LOCAL_API_STARTUP_TIMEOUT_SECONDS = 30
|
||||
LOCAL_API_CLEANUP_RETRIES = 8
|
||||
LOCAL_API_CLEANUP_RETRY_INTERVAL_SECONDS = 0.25
|
||||
|
||||
Reference in New Issue
Block a user