Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Reduce unnecessary sync actions in CopyScheduler #1256

Closed
qiyuangong opened this issue Oct 17, 2017 · 1 comment
Closed

Reduce unnecessary sync actions in CopyScheduler #1256

qiyuangong opened this issue Oct 17, 2017 · 1 comment
Assignees

Comments

@qiyuangong
Copy link
Contributor

During baseSync, CopyScheduler may submit unnecessary sync actions that will not be launched. These actions will not effect the baseSync routine, but it is not user-friendly. Because user will see more actions be triggered than number of files.

@qiyuangong qiyuangong self-assigned this Oct 17, 2017
qiyuangong added a commit that referenced this issue Nov 14, 2017
Fix unnecessary sync actions caused by dirty cache. Currently, the number of sync action is equal to the number of file diffs.  Thanks to @duzhen1996 .
@qiyuangong
Copy link
Contributor Author

Already done. Issue closed.
Thanks to @duzhen1996 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant