-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
sync: 记录同步出错的包,并在下次同步时合并到列表里 #111
Comments
同步出错的,下次同步应该本来就会同步吧。 难道是先标志了同步成功? |
同步开始时的包列表是根据上次同步时间来获取的,没有判断状态。 |
改成上次同步成功的时间就行了吧,报错了就不设。 |
同步一个包出错就停止等待下一个同步循环? 这样效率会不高啊。万一有个包一直出错就完了。 我的想法是出错时不退出整体的同步进程,只是记录,下一次同步时把前一次同步出错的包加回去。 |
我不是这个意思。 默认记录同步成功的包的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: