Do not init repair/compaction
This commit is contained in:
@ -9,3 +9,7 @@ queryrest.default.response.aggregations=min,mean,max
|
|||||||
filestorage.writer.local=false
|
filestorage.writer.local=false
|
||||||
# defines if the writer is a local reader (can read data from filesystem)
|
# defines if the writer is a local reader (can read data from filesystem)
|
||||||
filestorage.reader.local=false
|
filestorage.reader.local=false
|
||||||
|
filestorage.compaction.startup.init=false
|
||||||
|
filestorage.startup.repair.init=false
|
||||||
|
|
||||||
|
# server.port=8081
|
Reference in New Issue
Block a user