From b15f7dfcc9818f1b99d310a1b6f6f9f8cd1358b5 Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Thu, 28 Nov 2024 15:19:03 +0200 Subject: [PATCH] WIP block as dir currently default, for now Signed-off-by: Atanas Atanasov --- server/src/main/resources/app.properties | 3 ++- server/src/test/resources/app.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/server/src/main/resources/app.properties b/server/src/main/resources/app.properties index 342b6ac5..5c69d078 100644 --- a/server/src/main/resources/app.properties +++ b/server/src/main/resources/app.properties @@ -12,4 +12,5 @@ prometheus.endpointPortNumber=9999 #Persistence Storage Config #persistence.storage.liveRootPath= #persistence.storage.archiveRootPath= -#persistence.storage.type=BLOCK_AS_LOCAL_DIRECTORY +# todo change to BLOCK_AS_LOCAL_FILE when ready? +persistence.storage.type=BLOCK_AS_LOCAL_DIRECTORY diff --git a/server/src/test/resources/app.properties b/server/src/test/resources/app.properties index 40a696da..0c9a223a 100644 --- a/server/src/test/resources/app.properties +++ b/server/src/test/resources/app.properties @@ -2,5 +2,5 @@ prometheus.endpointEnabled=false mediator.ringBufferSize=1024 notifier.ringBufferSize=1024 -# todo do we need block as dir here in tests? +# todo change to BLOCK_AS_LOCAL_FILE when ready? persistence.storage.type=BLOCK_AS_LOCAL_DIRECTORY