-
-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Description
After merging #1524, were we switch from a int set to a map, we could use a better way of removing ranges when using ruleremovebyid.
Take a look at rangeToInts in the internal/actions/ctl.go file to see if that can be optimized: we are generating massive lists of ints, which doesn't make sense.
Reactions are currently unavailable