UrlsWorker/src/main/java/eu/openaire/urls_worker/util
Lampros Smyrnaios 859f850f56 - Improve Zip-file delivery and significantly decrease memory consumption, by streaming it, instead of loading the whole file in memory before sending it to the Controller.
- Fix not closing the inputStream of the zip-file.
- Count and show the number of files which were zipped in each batch.
2021-12-13 15:29:03 +02:00
..
AssignmentsHandler.java - Allow the user to set the "maxAssignmentsLimitPerBatch" value. 2021-12-07 00:52:40 +02:00
FilesZipper.java - Improve Zip-file delivery and significantly decrease memory consumption, by streaming it, instead of loading the whole file in memory before sending it to the Controller. 2021-12-13 15:29:03 +02:00
UriBuilder.java - Allow the user to set the "maxAssignmentsLimitPerBatch" value. 2021-12-07 00:52:40 +02:00
WorkerConstants.java - Improve performance when requesting, processing and posting requests. 2021-10-30 17:14:18 +03:00