MINOR: Change Default Report to Weekly instead of daily during Server Init (#14173)

* Change Default Report to Weekly

* Reformat Issue
This commit is contained in:
Mohit Yadav 2023-11-30 12:47:54 +05:30 committed by GitHub
parent 4e90650aa2
commit 25d49900a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@
},
"appSchedule": {
"scheduleType": "Custom",
"cronExpression": "0 0 0 1/1 * ? *"
"cronExpression": "0 0 0 ? * 0"
}
}