Skip to content

Commit

Permalink
feature: 全局设置增加任务参数限制设置能力 - 支持任务超时时长可配置 TencentBlueKing#2170
Browse files Browse the repository at this point in the history
调整作业最大超时时间为259200
  • Loading branch information
jsonwan committed Jun 29, 2023
1 parent 98b0379 commit 5e189dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class JobConstants {
/**
* 作业最大超时时间,单位秒
*/
public static final int MAX_JOB_TIMEOUT_SECONDS = 86400;
public static final int MAX_JOB_TIMEOUT_SECONDS = 259200;
/**
* 请求来源:备份服务
*/
Expand Down

0 comments on commit 5e189dd

Please sign in to comment.