mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:08:53 +08:00
chore: 1
This commit is contained in:
@@ -54,7 +54,7 @@ export class UserTaskQueue{
|
||||
|
||||
export class ExecutorQueue{
|
||||
queues: Record<number, UserTaskQueue> = {};
|
||||
maxRunningCount: number = 8;
|
||||
maxRunningCount: number = 10;
|
||||
|
||||
|
||||
setMaxRunningCount(count: number) {
|
||||
|
||||
Reference in New Issue
Block a user