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 text was updated successfully, but these errors were encountered:
@icetech233 是同步全文写入。想想,如果配置文件里面有10条,你改动的是第二条,那就意味着保存时,需要重新刷一个文件
Sorry, something went wrong.
懂了, 如果配置文件里面有10条,改动的是第二条, 剩下的9条是缓存的变量,还是要重新计算的
No branches or pull requests
问一下配置写入,是 写入改动的部分 还是 全文件重新写入 ?
The text was updated successfully, but these errors were encountered: