Skip to content

Commit

Permalink
Update rapid-aging-threshold default value to 37 in AgingScenario
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Feb 20, 2025
1 parent 9bd0084 commit f3b5620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/scenarios/aging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ AgingScenario::AgingScenario() {
addParameter(Parameter("", "create-dir", "If testing directory doesn't exists try to create it.", "false"));
addParameter(Parameter("", "features-punch-hole", "Whether to do hole punching in file", "true"));
addParameter(Parameter("", "features-log-probs", "Should log probabilities", "false"));
addParameter(Parameter("", "rapid-aging-threshold", "Set threshold for rapid aging testing 90-0.where 90 is rapid aging essentially turned off and at 0 will probably never ends.", "28"));
addParameter(Parameter("", "rapid-aging-threshold", "Set threshold for rapid aging testing 90-0.where 90 is rapid aging essentially turned off and at 0 will probably never ends.", "37"));
addParameter(Parameter("", "settings-safe-margin",
"When new file is computed and there is not enough space the new file size is shrinked to available size but in some cases the fs has a file size overhead because of "
"metadata writes which are hard to predict and compute. So the safe margin is introduced which specify what is a minimal space amount that should be left available",
Expand Down

0 comments on commit f3b5620

Please sign in to comment.