Skip to content

Commit

Permalink
[improve](cloud) set default vaule for file_path
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 30, 2024
1 parent e8fb88f commit 21cea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ DEFINE_Bool(enable_file_cache, "false");
// or use the default storage value:
// {"path": "memory", "total_size":53687091200}
// Both will use the directory "memory" on the disk instead of the real RAM.
DEFINE_String(file_cache_path, "");
DEFINE_String(file_cache_path, "[{\"path\":\"${DORIS_HOME}/file_cache\"}]");
DEFINE_Int64(file_cache_each_block_size, "1048576"); // 1MB

DEFINE_Bool(clear_file_cache, "false");
Expand Down

0 comments on commit 21cea3a

Please sign in to comment.