mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-21 05:15:27 +08:00
feat: 切割网站日志计划任务增加默认周期 (#4916)
This commit is contained in:
parent
bddb488baf
commit
be12c2397d
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ export function loadDefaultSpec(type: string) {
|
|||
item.minute = 30;
|
||||
break;
|
||||
case 'directory':
|
||||
case 'cutWebsiteLog':
|
||||
case 'ntp':
|
||||
item.specType = 'perDay';
|
||||
item.hour = 1;
|
||||
item.minute = 30;
|
||||
|
|
Loading…
Reference in a new issue