ArchiveTeam/terroroftinytown

No item assignment if queue is larger than max size

Closed this issue · 0 comments

chfoo commented

No items are assigned if the current queue size is larger than the maximum queue size.

For example, if there are 100 unclaimed items in the queue, but the maximum queue size is 50, nothing is being assigned to a user. The expected behavior is it will still allow items to be assigned, but only up to 50 claimed items.