This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 03e17daa9932803e99f63339e6ff70421a919ae3 Author: Dan Klco <[email protected]> AuthorDate: Sat Jan 30 14:31:19 2021 -0500 Minor: removing unneeded configurations --- feature/src/main/features/cms/cms.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/feature/src/main/features/cms/cms.json b/feature/src/main/features/cms/cms.json index 6013361..385fd86 100644 --- a/feature/src/main/features/cms/cms.json +++ b/feature/src/main/features/cms/cms.json @@ -26,12 +26,6 @@ } ], "configurations": { - "org.apache.sling.cms.core.internal.repository.DataStoreCleanupScheduler": { - "scheduler.expression": "0 31 1 ? * SUN *" - }, - "org.apache.sling.cms.core.internal.repository.RevisionCleanupScheduler": { - "scheduler.expression": "0 31 1 ? * SUN *" - }, "org.apache.sling.cms.core.internal.ResourceEditorAssociation~auth": { "pathPattern": "/home.*", "editor": "/cms/auth/list.html"
