Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
When a queue tracker is created with newQueueTracker(), the appropriate wildcard limits are applied if the tracking type is "user".
The problem is this call:
if trackType == user { if config := m.getUserWildCardLimitsConfig(queuePath + "." + queueName); config != nil {
For "root", we'll call "root." (with a dot at the end) instead of "root".
Attachments
Issue Links
- links to