From 4ad546e9271f910cfcd18fb82c918760ce099772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Thu, 12 Apr 2018 17:42:58 +0200 Subject: [PATCH] New property --- src/main/resources/queryrest.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/queryrest.properties b/src/main/resources/queryrest.properties index b4015fd..4e87e21 100644 --- a/src/main/resources/queryrest.properties +++ b/src/main/resources/queryrest.properties @@ -13,6 +13,7 @@ queryrest.response.fields.config.historic=name,backend,type,shape,source,descrip filestorage.writer.local=false # defines if the writer is a local reader (can read data from filesystem) filestorage.reader.local=false +filestorage.reader.filter.ttl=false filestorage.maintenance.startup.init=false filestorage.compaction.startup.init=false filestorage.startup.repair.init=false