Made some changes for the sake of good manners and implemented a way for the user to implement a update handler
the user can receive the list of changes in the configuration and handle it as soon as it arrives, without to make the software detect the change (with polling for example)
about the other changes, I was creating an instance of the configuration object every time the file was changed, which does not help performance at all. Now I just update the one we already have.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.