From 620bc2eca0f96c6840905d8d4e6e5b631cc51238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Thu, 17 May 2018 08:28:55 +0200 Subject: [PATCH] Fix ttl not a string. --- policies/test.policies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/test.policies b/policies/test.policies index 35c7923..26b4887 100644 --- a/policies/test.policies +++ b/policies/test.policies @@ -6,7 +6,7 @@ "data_reduction":{ "default":[ { - "ttl":"-1", + "ttl":-1, "modulo":1 } ]