-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase request limits for POST / PUT datasets #142
Comments
I wrote some tests and commited them to the "timeout test branch" in the broker repo.
When I start first the broker and then the test client then it sends the file to the test endpoint. The request takes 200 seconds and submits a 100 MB file. So I think we do not have to increase the request limits because they are already very high. |
Yes, you managed to submit 100 MB in 200 seconds since you have relatively fast internet. The internet speed of some clients might be low as 50-100 KB/sec IMO, we still need to consider increasing the time and size limit for processing requests. |
I think that right now there a maximum request size of 2000 MB and no time limit. But we should do some big testing, I am sure that in some parts of FREME large requests will break the system. |
@ArneBinder please try to submit large files to FREME NER. Create textfiles of 50 MB, 100 MB, 500 MB and 1 GB size and try to submit them to FREME NER on freme-dev. |
A request to FREME NER with 500KB of plain text already raises:
50MB plain text:
3.3MB of turtle sent to e-Link, freme-ner or the filter controller produces the same. |
Please try large requests for
The results of this test may influence FREME configuration documentation multipart.maxFileSize |
The text was updated successfully, but these errors were encountered: