From 3ab8cb79c05421b1f1d3568077383e231ad2e6c2 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 14 Apr 2023 08:55:35 +0200 Subject: [PATCH] fix: [kvrocks config] fix default dir --- configs/6383.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/6383.conf b/configs/6383.conf index 595bd3b7..c730003c 100644 --- a/configs/6383.conf +++ b/configs/6383.conf @@ -90,7 +90,7 @@ db-name change.me.db # # The DB will be written inside this directory # Note that you must specify a directory here, not a file name. -dir /home/aurelien/git/ail-framework/DATA_KVROCKS +dir DATA_KVROCKS # You can configure where to store your server logs by the log-dir. # If you don't specify one, we will use the above `dir` as our default log directory. @@ -101,7 +101,7 @@ dir /home/aurelien/git/ail-framework/DATA_KVROCKS # When running daemonized, kvrocks writes a pid file in ${CONFIG_DIR}/kvrocks.pid by # default. You can specify a custom pid file location here. # pidfile /var/run/kvrocks.pid -pidfile /home/aurelien/git/ail-framework/DATA_KVROCKS/kvrocks.pid +pidfile DATA_KVROCKS/kvrocks.pid # You can configure a slave instance to accept writes or not. Writing against # a slave instance may be useful to store some ephemeral data (because data @@ -650,9 +650,9 @@ rocksdb.max_bytes_for_level_multiplier 10 ################################ NAMESPACE ##################################### # namespace.test change.me -backup-dir /home/aurelien/git/ail-framework/DATA_KVROCKS/backup +backup-dir DATA_KVROCKS/backup fullsync-recv-file-delay 0 -log-dir /home/aurelien/git/ail-framework/DATA_KVROCKS +log-dir DATA_KVROCKS unixsocketperm 26 @@ -668,7 +668,7 @@ namespace.tag ail_tags namespace.track ail_trackers # investigation -> db ???? -# +# ail2ail -> a2a ?????