Dear Maintainer, This patch adds support for a custom timeout value in the 'vncproxy' method of the Proxmox PVE REST API. The timeout can be specified using the 'timeout' parameter and defaults to 10 seconds if not set.
The purpose of this change is to allow users to configure the timeout duration for the VNC proxy connection to better suit their needs. By default, the timeout is set to 10 seconds, which should work well for most use cases. However, some users may need to increase or decrease the timeout based on factors such as network latency. Thank you for considering this patch. Sincerely, Matthieu Malvache Matthieu Malvache (1): vnc: Allow custom timeout value in vncproxy method PVE/API2/Qemu.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -- 2.30.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
