Config reloading should be improved #18

Closed
opened 2021-11-22 00:32:07 +01:00 by EpicKnarvik97 · 0 comments

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.

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.
EpicKnarvik97 added the
enhancement
label 2021-11-22 00:32:07 +01:00
EpicKnarvik97 added this to the Better stargates project 2021-11-22 00:32:07 +01:00
Sign in to join this conversation.
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: EpicKnarvik97/Stargate#18
No description provided.