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
同步下载数据时如果出现网络闪断、进程崩溃和设备掉电等特殊情况时会导致落盘数据不完整,进而导致解密失败。
将数据落盘写入实现改进为安全写入(写临时文件后再重命名),这样能保障下载数据的完整性。
The text was updated successfully, but these errors were encountered:
88250
No branches or pull requests
同步下载数据时如果出现网络闪断、进程崩溃和设备掉电等特殊情况时会导致落盘数据不完整,进而导致解密失败。
将数据落盘写入实现改进为安全写入(写临时文件后再重命名),这样能保障下载数据的完整性。
The text was updated successfully, but these errors were encountered: