From 343438df35eba3502027810eedf971e35cac243b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 28 Apr 2017 17:33:03 +0200 Subject: [PATCH] Param not necessary anymore. --- src/test/resources/queryrest-test.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/test/resources/queryrest-test.properties b/src/test/resources/queryrest-test.properties index e070f88..96882b9 100644 --- a/src/test/resources/queryrest-test.properties +++ b/src/test/resources/queryrest-test.properties @@ -1,6 +1,3 @@ backend.default=sf-databuffer -query.min.time=1970-01-01T00:00:00.000000000+00:00 - -# enables write delay (in seconds - 0 to disable) for ChannelConfigurationFileMapStore (commits are batched and async) -filestorage.config.write.delay=0 \ No newline at end of file +query.min.time=1970-01-01T00:00:00.000000000+00:00 \ No newline at end of file