Skip to content

Commit

Permalink
Increase the default bootpd(8) lease time from 1 to 10 minutes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev authored Oct 21, 2022
1 parent 71465f8 commit 717e6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct Args {
#[clap(
long,
help = "set bootpd(8) lease time to this value (in seconds) before starting the VM",
default_value_t = 60
default_value_t = 600
)]
bootpd_lease_time: u32,

Expand Down

0 comments on commit 717e6b0

Please sign in to comment.