We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The sync() function of Syncer now produce a list of files, then upload out-of-sync files using a ThreadPool.
sync()
ThreadPool
A more efficient implementation would be uploading out-of-sync files as they are added to the Queue while scan() is still doing its job
scan()
The text was updated successfully, but these errors were encountered:
melvinkcx
Successfully merging a pull request may close this issue.
The
sync()
function of Syncer now produce a list of files, then upload out-of-sync files using aThreadPool
.A more efficient implementation would be uploading out-of-sync files as they are added to the Queue while
scan()
is still doing its jobThe text was updated successfully, but these errors were encountered: