[pve-devel] [PATCH container 0/1] Add support for custom timeout in vncproxy method

Matthieu Malvache matthieu at ma2t.com
Fri Mar 3 12:16:03 CET 2023


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





More information about the pve-devel mailing list