}
@Override
protected void doStart() {
ChronicleTools.warmup();
ChronicleConfig config = ChronicleConfig.DEFAULT.clone()
.synchronousMode(false)
.useUnsafe(true);
this.basePath = (this.basePath.endsWith("/") ? this.basePath + getName() : this.basePath + "/" + getName());
try {
chronicle = new IndexedChronicle(basePath, config);