Config reloading should be improved #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of right now, the entire plugin is reloaded every time any config value changes. As only some config values require a full reload of portals and everything, it should be enough to update the changed value in most cases.
Right now, this is not supported, so either a lot of setter methods need to be created, or the config system needs a general improvement. Using the ConfigOption enum, there should be an efficient way of managining config options.