From a7a1575c44a2c87349fae563a4d55083004542be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Mon, 16 Oct 2017 09:04:41 +0200 Subject: [PATCH] Keep images for 1 Day. --- policies/image.policies | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/policies/image.policies b/policies/image.policies index 4e1cdd7..dee325b 100644 --- a/policies/image.policies +++ b/policies/image.policies @@ -5,13 +5,8 @@ "data_reduction": { "default": [ { - "ttl": "PT1H", + "ttl": "P1D", "modulo": 1 - }, - { - "ttl": "P3D", - "modulo": 100, - "offset": 3 } ] }