This commit is contained in:
Yuri Kuznetsov
2025-09-22 10:48:51 +03:00
parent 1c155c4e19
commit cd5ddb462e
+2
View File
@@ -51,6 +51,8 @@ class QueueName
* A portion is always picked for a queue iteration, even if there are no-queue
* jobs ordered before. E.g. if the portion size is 100, and there are 200 empty-queue
* jobs and 5 m0 jobs, 95 and 5 will be picked respectfully.
*
* @since 9.2.0
*/
const M0 = 'm0';
}