It's because I'm using a singleton to access the config values rather than loading from the file every time, to keep it running fast. I've got a couple of minor tweaks I was working on over christmas that I'm going to release soon, I'll add a file watcher to the config file so that it refreshes the config values whenever you update the config file and include that in the release.
Required app pool recycle
The package works just fine, but when I make config changes, I only get to see the difference after an app pool recycle. Is this really necessary?
It's because I'm using a singleton to access the config values rather than loading from the file every time, to keep it running fast. I've got a couple of minor tweaks I was working on over christmas that I'm going to release soon, I'll add a file watcher to the config file so that it refreshes the config values whenever you update the config file and include that in the release.
:)
Excellent, sounds great Tim, thanks!
Done! v1.1 is now available, it should pick up changes to the config as soon as they are made.
:)
is working on a reply...