harsimrans / DropboxSyncer

dropbox-sync: Automatic RealTime Sync for Dropbox folders
MIT License
16 stars 6 forks source link

move uploading to separate thread #12

Closed harsimrans closed 6 years ago

harsimrans commented 6 years ago

Move the upload of heavy/large files to a separate thread and continue with the syncing process.

Right now, large files have the downside that they may block the syncing process.

harsimrans commented 6 years ago

commit d9b4eb0c2c65e6df3bf85ce881bc334d4490619c pushes upload to separate thread and continues.