dotnetCampus.Configurations icon indicating copy to clipboard operation
dotnetCampus.Configurations copied to clipboard

问一下配置写入,是 写入改动的部分 还是 全文件重新写入 ?

Open icetech233 opened this issue 3 years ago • 2 comments

问一下配置写入,是 写入改动的部分 还是 全文件重新写入 ?

icetech233 avatar Jan 04 '22 12:01 icetech233

@icetech233 是同步全文写入。想想,如果配置文件里面有10条,你改动的是第二条,那就意味着保存时,需要重新刷一个文件

lindexi avatar Jan 22 '22 09:01 lindexi

@icetech233 是同步全文写入。想想,如果配置文件里面有10条,你改动的是第二条,那就意味着保存时,需要重新刷一个文件

懂了, 如果配置文件里面有10条,改动的是第二条, 剩下的9条是缓存的变量,还是要重新计算的

icetech233 avatar Jan 24 '22 02:01 icetech233