We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
之前是定时 1 分钟获取一次,需要修改为自动计算,即 #2885 中的自动间隔。
大致算法:获取到云端信息以后,如果没有变动,则递增下次同步时间。2^n,n 为未变计数,结果到达 2^10 以后将 n 重置为 0。
2、4、8、16、32、64、128、256、512、1024
The text was updated successfully, but these errors were encountered:
88250
No branches or pull requests
之前是定时 1 分钟获取一次,需要修改为自动计算,即 #2885 中的自动间隔。
大致算法:获取到云端信息以后,如果没有变动,则递增下次同步时间。2^n,n 为未变计数,结果到达 2^10 以后将 n 重置为 0。
2、4、8、16、32、64、128、256、512、1024
The text was updated successfully, but these errors were encountered: