Change-Id: I38ca90cf5ec960cdb0ad78c91d20d16dac028478 Former-commit-id: 65fc4c02380237488c2a58ac6abfb4192979c57b
15 lines
417 B
XML
15 lines
417 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- Purge file for FFMP
|
|
period tag is where you change the time:
|
|
ex. 01-00:00:00 is one day or 24 hours of retention
|
|
ex. 00-12:00:00 is 12 hours
|
|
|
|
SourceName key is required in order for ARCHIVE types to NOT not be purged.
|
|
|
|
-->
|
|
<purgeRuleSet>
|
|
<key>sourceName</key>
|
|
<defaultRule>
|
|
<period>01-00:00:00</period>
|
|
</defaultRule>
|
|
</purgeRuleSet>
|