mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: add missing doc for spill_file_prefix (#2174)
* chore: add missing doc for spill_file_prefix * chore: add wording for experimental
This commit is contained in:
parent
604c600166
commit
03a6b508e8
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ extern "C" {
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
ABSL_FLAG(string, spill_file_prefix, "", "");
|
ABSL_FLAG(string, spill_file_prefix, "",
|
||||||
|
"Experimental flag. Enables tiered storage if set. "
|
||||||
|
"The string denotes the path and prefix of the files "
|
||||||
|
" associated with tiered storage. E.g,"
|
||||||
|
"spill_file_prefix=/path/to/file-prefix");
|
||||||
|
|
||||||
ABSL_FLAG(uint32_t, hz, 100,
|
ABSL_FLAG(uint32_t, hz, 100,
|
||||||
"Base frequency at which the server performs other background tasks. "
|
"Base frequency at which the server performs other background tasks. "
|
||||||
|
|
Loading…
Reference in a new issue