mirror of
https://github.com/certd/certd.git
synced 2026-05-01 02:17:27 +08:00
chore: 1
This commit is contained in:
@@ -54,7 +54,7 @@ export class UserTaskQueue{
|
|||||||
|
|
||||||
export class ExecutorQueue{
|
export class ExecutorQueue{
|
||||||
queues: Record<number, UserTaskQueue> = {};
|
queues: Record<number, UserTaskQueue> = {};
|
||||||
maxRunningCount: number = 8;
|
maxRunningCount: number = 10;
|
||||||
|
|
||||||
|
|
||||||
setMaxRunningCount(count: number) {
|
setMaxRunningCount(count: number) {
|
||||||
|
|||||||
@@ -775,7 +775,7 @@ export default {
|
|||||||
|
|
||||||
pipelineMaxRunningCount: "同时最大运行流水线数量",
|
pipelineMaxRunningCount: "同时最大运行流水线数量",
|
||||||
pipelineMaxRunningCountHelper: "同一个用户同时运行的最大流水线数量,避免同时触发太多导致ACME账户被限制",
|
pipelineMaxRunningCountHelper: "同一个用户同时运行的最大流水线数量,避免同时触发太多导致ACME账户被限制",
|
||||||
pipelineMaxRunningCountRecommend: "推荐5-10",
|
pipelineMaxRunningCountRecommend: "推荐5-15,默认10",
|
||||||
|
|
||||||
fixedCertExpireDays: "固定证书有效期天数",
|
fixedCertExpireDays: "固定证书有效期天数",
|
||||||
fixedCertExpireDaysHelper: "固定证书有效期天数,有助于列表进度条整齐显示",
|
fixedCertExpireDaysHelper: "固定证书有效期天数,有助于列表进度条整齐显示",
|
||||||
|
|||||||
Reference in New Issue
Block a user