Files
Cloud-CMS/tasks/auditlog-archiver.task
Matt Batchelder 05ce0da296 Initial Upload
2025-12-02 10:32:59 -05:00

13 lines
267 B
Plaintext

{
"name": "AuditLog Archiver",
"class": "\\Xibo\\XTR\\AuditLogArchiveTask",
"options": {
"deleteInstead": 1,
"maxPeriods": 4,
"archiveOwner": "",
"maxAgeMonths": 1,
"deleteLimit": 1000,
"maxDeleteAttempts": -1,
"deleteSleep": 5
}
}