From 21909e5960a47b58b3276b54b3da663ab52d4ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Thu, 13 Apr 2017 16:49:46 +0200 Subject: [PATCH] CTRLHA-1039 --- .classpath | 24 ++++++++++++++++---- .settings/org.eclipse.buildship.core.prefs | 3 ++- src/test/resources/queryrest-test.properties | 5 +++- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 5e3ac91..cc0fc57 100644 --- a/.classpath +++ b/.classpath @@ -1,9 +1,25 @@ - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/.settings/org.eclipse.buildship.core.prefs b/.settings/org.eclipse.buildship.core.prefs index ad7c177..7e0fccd 100644 --- a/.settings/org.eclipse.buildship.core.prefs +++ b/.settings/org.eclipse.buildship.core.prefs @@ -4,7 +4,8 @@ connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) connection.java.home=null connection.jvm.arguments= connection.project.dir=../ch.psi.daq.buildall +containers=org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/ derived.resources=.gradle,build eclipse.preferences.version=1 -natures=org.eclipse.jdt.core.javanature +natures=org.eclipse.jdt.core.javanature,org.eclipse.buildship.core.gradleprojectnature project.path=\:ch.psi.daq.queryrest diff --git a/src/test/resources/queryrest-test.properties b/src/test/resources/queryrest-test.properties index 96882b9..e070f88 100644 --- a/src/test/resources/queryrest-test.properties +++ b/src/test/resources/queryrest-test.properties @@ -1,3 +1,6 @@ backend.default=sf-databuffer -query.min.time=1970-01-01T00:00:00.000000000+00:00 \ No newline at end of file +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