Distributed Filestorage

This commit is contained in:
Fabian Märki
2017-06-29 16:39:41 +02:00
parent 7b03df9859
commit 9af13c5baa
2 changed files with 9 additions and 1 deletions

View File

@ -4,3 +4,8 @@ queryrest.default.response.fields=channel,backend,pulseId,globalSeconds,iocSecon
# aggregation which are included in the response by default if aggregation is enabled for a given query
queryrest.default.response.aggregations=min,mean,max
# defines if the writer is a local writer (can write data to filesystem)
filestorage.writer.local=false
# defines if the writer is a local reader (can read data from filesystem)
filestorage.reader.local=false

View File

@ -1,3 +1,6 @@
backend.default=sf-databuffer
backend.default=sf-imagebuffer
# defines if the MainHeader should be checked and dropped (false -> check but not dropped)
dispatcher.validate.mainheader=false
dispatcher.validate.mainheader.log=false
query.min.time=1970-01-01T00:00:00.000000000+00:00