@queuemax - luxembourg/muxcode-clm GitHub Wiki
@QUEQUEMAX
COMMAND: @quequemax <object> = <number> ATTRIBUTE: QueueMax
This attribute sets an upper limit on the number, <number>, of outstanding commands in the queue for this <object>. This attribute is only settable by a Wizard.
In fact, the server has three overlapping constraints for developing an upper limit per player on the number of outstanding commands in the queue. This attribute is part of just one of these constraints. The rules (in priority order) are:
- @queuemax <number> described here.
- Current size of database (only applies if executor is Wizard).
- game-wide limit controlled by the player_queue_limit configuration option.
That is, if @quequemax is set, it overrides the next two rules. If <object> is a Wizard, the maximum number of outstanding queue entries is player_queue_limit or the size of the database (whichever is larger). All other cases are covered by player_queue_limit.
Related Topics: config, player_queue_limit in wizhelp, @wait