Files
sf_databuffer/policies/image.policies
2017-06-02 12:15:44 +02:00

32 lines
699 B
Plaintext

{
"policies": [
{
"pattern": ":FPICTURE$",
"data_reduction": {
"default": [
{
"ttl": "P3D",
"modulo": 1
}
]
}
}
,{
"pattern": "SINBC02-DSRM310:FPICTURE",
"data_reduction": {
"default": [
{
"ttl": "PT1H",
"modulo": 1
},
{
"ttl": "P3D",
"modulo": 100,
"offset": 3
}
]
}
}
]
}