mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-05 07:14:45 +00:00
qm start: document timeout default
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ef3f42930f
commit
5a7f7b99b2
@ -1994,6 +1994,7 @@ __PACKAGE__->register_method({
|
|||||||
description => "Wait maximal timeout seconds.",
|
description => "Wait maximal timeout seconds.",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
minimum => 0,
|
minimum => 0,
|
||||||
|
default => 'max(30, vm memory in GiB)',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user