Increase the default bootpd(8) lease time from 1 to 10 minutes (#8)

This commit is contained in:
Nikolay Edigaryev 2022-10-21 19:09:18 +04:00 committed by GitHub
parent 71465f8bff
commit 717e6b0f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,