xuxueli / xxl-conf

A lightweight distributed configuration management platform. (分布式配置管理平台XXL-CONF)
http://www.xuxueli.com/xxl-conf/
GNU General Public License v3.0
667 stars 371 forks source link

refreshCacheAndMirror中的镜像文件更新 #65

Closed ciphermagic closed 5 years ago

ciphermagic commented 5 years ago

你好,XxlConfLocalCacheConf#refreshCacheAndMirror中,每次都全量把localCache的值更新到Mirror中,不会影响性能吗?为什么不判断value有变更才更新呢?

xuxueli commented 5 years ago

你好,每次同步只是写一次磁盘文档,对性能影响有限,可以忽略的。