]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
set spiceterm timeout to 40 (same value as ticket lifetime)
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2014 07:49:13 +0000 (08:49 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2014 07:49:13 +0000 (08:49 +0100)
To make it more usable on Andriod with Opaque.

PVE/API2Tools.pm

index 8db5eee0bca65e3e490a621abaa5f6ad62ee63a8..3136e096ee23a12c03cfef0a033f9e68e21ca6b1 100644 (file)
@@ -146,7 +146,7 @@ sub run_spiceterm {
     my ($ticket, undef, $remote_viewer_config) = 
        PVE::AccessControl::remote_viewer_config($authuser, $vmid, $node, $proxy, $title, $port);
 
-    my $timeout = 10; 
+    my $timeout = 40; 
 
     my $cmd = ['/usr/bin/spiceterm', '--port', $port, '--addr', '127.0.0.1',
               '--timeout', $timeout, '--authpath', $authpath,