Files
CMS-Server/tasks/stats-archiver.task
Matt Batchelder 6e3929c459 init commit
2026-02-11 20:55:38 -05:00

14 lines
297 B
Plaintext

{
"name": "Stats Archiver",
"class": "\\Xibo\\XTR\\StatsArchiveTask",
"options": {
"periodSizeInDays": 7,
"maxPeriods": 4,
"archiveOwner": "",
"archiveStats": "Off",
"periodsToKeep": 1,
"statsDeleteMaxAttempts": 10,
"statsDeleteSleep": 3,
"limit": 10000
}
}