File tree 2 files changed +3
-3
lines changed
xxl-job-admin/src/main/java/com/xxl/job/admin/core/conf 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2540,7 +2540,7 @@ public void execute() {
2540
2540
- 7、【优化】Glue IDE调整,版本回溯支持查看修改时间;
2541
2541
- 8、【优化】任务RollingLog调整,XSS过滤支持白名单排出,提升日志易读性;
2542
2542
- 9、【升级】多个项目依赖升级至较新稳定版本,涉及 gson、groovy、spring/springboot、mysql 等;
2543
-
2543
+ - 10、【优化】执行器日志文件保存天数(logretentiondays)调整,最小保留时间调整至3天。
2544
2544
2545
2545
2546
2546
### 7.39 版本 v3.0.2 Release Notes[规划中]
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ public int getTriggerPoolSlowMax() {
124
124
}
125
125
126
126
public int getLogretentiondays () {
127
- if (logretentiondays < 7 ) {
128
- return -1 ; // Limit greater than or equal to 7 , otherwise close
127
+ if (logretentiondays < 3 ) {
128
+ return -1 ; // Limit greater than or equal to 3 , otherwise close
129
129
}
130
130
return logretentiondays ;
131
131
}
You can’t perform that action at this time.
0 commit comments