Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] File upload: Increasing timeout for upload request (elastic#191770)
When uploading a PDF file with a semantic text field, the bulk ingest request to elasticsearch can sometimes take longer than the default timeout. This causes the browser to attempt the upload again, resulting in duplicate documents. This change increases the timeout to 1 hour which should be more than enough time for the processor to complete given the max file sizes we support.
- Loading branch information