OneOffTech / laravel-tus-upload

A package for handling resumable file uploads in a Laravel application via the http://tus.io/ resumable file upload protocol.
https://oneofftech.xyz/open-source/
MIT License
50 stars 13 forks source link

Bounce upload progress report events #6

Closed avvertix closed 5 years ago

avvertix commented 5 years ago

Reduce the number of upload progress reports. This will lower the pressure on the database, as all events generates a database write.

The upload progress is saved only after 10% increase of the uploaded file size