Files
Cloud-CMS/tasks/stats-archiver.task

14 lines
297 B
Plaintext
Raw Normal View History

2025-12-02 10:32:59 -05:00
{
"name": "Stats Archiver",
"class": "\\Xibo\\XTR\\StatsArchiveTask",
"options": {
"periodSizeInDays": 7,
"maxPeriods": 4,
"archiveOwner": "",
"archiveStats": "Off",
"periodsToKeep": 1,
"statsDeleteMaxAttempts": 10,
"statsDeleteSleep": 3,
"limit": 10000
}
}