-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
cyminhook
has some methods to add hooks to be queued to be enabled or disabled. We should investigate whether this is more efficient than the current method.
This solution would look something like:
for each hook:
cyminhook.queue_enable(hook)
cyminhook.apply_queued()
Can probably use queue_disable
to bulk disable too.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Done