This commit is contained in:
xiaojunnuo
2025-12-29 22:20:43 +08:00
parent cd413825ed
commit f223f042de
2 changed files with 2 additions and 2 deletions
@@ -54,7 +54,7 @@ export class UserTaskQueue{
export class ExecutorQueue{
queues: Record<number, UserTaskQueue> = {};
maxRunningCount: number = 8;
maxRunningCount: number = 10;
setMaxRunningCount(count: number) {