From 75db73884376b036aa761ee444332993469c727c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Mon, 25 Sep 2017 16:14:13 +0200 Subject: [PATCH] Do not init repair/compaction --- src/main/resources/queryrest.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/queryrest.properties b/src/main/resources/queryrest.properties index 5c7e16f..fbe21fc 100644 --- a/src/main/resources/queryrest.properties +++ b/src/main/resources/queryrest.properties @@ -9,3 +9,7 @@ queryrest.default.response.aggregations=min,mean,max filestorage.writer.local=false # defines if the writer is a local reader (can read data from filesystem) filestorage.reader.local=false +filestorage.compaction.startup.init=false +filestorage.startup.repair.init=false + +# server.port=8081 \ No newline at end of file