Skip to content

UploadStreamer remove wait for complete

Peter-Jan Brone requested to merge pj/remove-upload-wait into master

MERGE REQUEST

MR Guidelines

Overview

This MR removes the code in the upload process that blocks for a certain amount of time after the file became available. This was causing uploads to stall for a very long time, disproportional to the amount of time it took for them to become available, which is why we are removing it. In the future we might come back and replace it with an extra channel that unblocks when the skyfile reaches a redundancy threshold decided or set by the upload code.

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

N/A

Merge request reports

Loading