Fix ttl not a string.

This commit is contained in:
Fabian Märki
2018-05-17 08:28:55 +02:00
parent 61a5c6c6d1
commit 620bc2eca0

View File

@@ -6,7 +6,7 @@
"data_reduction":{
"default":[
{
"ttl":"-1",
"ttl":-1,
"modulo":1
}
]