Skip to content

Commit

Permalink
Adjust minimum rebalance amount default
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 10, 2024
1 parent 34d9c75 commit 4e974c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sys-lend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.value_name("AMOUNT")
.takes_value(true)
.validator(is_parsable::<f64>)
.default_value("0.01")
.default_value("1.0")
.help("Do not rebalance an AMOUNT less than this value")
)
.arg(
Expand Down

0 comments on commit 4e974c8

Please sign in to comment.