diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 6ddedd2b..89e24772 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1994,6 +1994,7 @@ __PACKAGE__->register_method({ description => "Wait maximal timeout seconds.", type => 'integer', minimum => 0, + default => 'max(30, vm memory in GiB)', optional => 1, }, },