nconf icon indicating copy to clipboard operation
nconf copied to clipboard

How to prevent a file store from saving its data

Open CycoPH opened this issue 7 years ago • 1 comments

I have various files that I load via nconf. Some need to be updated and the data saved, but when I call nconf.save() it writes all the files. How can I prevent some files from being written back to disk.

When setting the readOnly flag on a store it has no effect

CycoPH avatar Jan 24 '17 09:01 CycoPH

#247 might be the one you are looking for? Sadly, this project seems to be inactive/dead....

yxliang01 avatar Jan 24 '17 15:01 yxliang01