chore: change node.data_dir from hidden to low

This commit is contained in:
Zhongwen Deng 2023-04-27 14:41:23 +08:00
parent 1f0148a819
commit e789e57b65
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ fields("node") ->
%% for now, it's tricky to use a different data_dir %% for now, it's tricky to use a different data_dir
%% otherwise data paths in cluster config may differ %% otherwise data paths in cluster config may differ
%% TODO: change configurable data file paths to relative %% TODO: change configurable data file paths to relative
importance => ?IMPORTANCE_HIDDEN, importance => ?IMPORTANCE_LOW,
desc => ?DESC(node_data_dir) desc => ?DESC(node_data_dir)
} }
)}, )},