feat: 切割网站日志计划任务增加默认周期 (#4916)

pull/4921/head
ssongliu 7 months ago committed by GitHub
parent bddb488baf
commit be12c2397d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save