Merge branch 'master' into 'master'

Add policy for beam ok channel - basically we should keep it forever

The configuration was changed by ebner

See merge request !59
This commit is contained in:
maerki_f
2017-06-30 13:08:33 +02:00

20
policies/timing.policies Normal file
View File

@@ -0,0 +1,20 @@
{
"policies": [
{
"pattern":":BEAMOK",
"data_reduction":{
"default":[
{
"ttl":"P20W",
"modulo":1
/* 1 point every 1 hour */
}
]
}
}
]
}