flowjs / flow-php-server

flow.js php server library, validates uploaded chunks and safely merges all chunks to a single file
http://flowjs.github.io/ng-flow/
MIT License
245 stars 42 forks source link

Change the chunk check order for speeding #33

Closed taichiroendo closed 8 years ago

taichiroendo commented 8 years ago

When we upload big files, uploading speed gets slower and slower. By changing the checking order, we can upload files faster.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d17f496fb63aa06c9285464efac5458b26fab449 on taichiroendo:validateFileOrder into a1f471bb0e71a063d643ea032862e7201d9900ad on flowjs:master.

AidasK commented 8 years ago

Wow, great spot! Thanks