]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QMPClient.pm
qmp client: increase default fallback timeout to 5s
[qemu-server.git] / PVE / QMPClient.pm
index b4cdcf620f141ba35fc90dc5d1d394fa666ac3f8..9805c20600649579f6276d23c4387d7d044dda0c 100644 (file)
@@ -135,7 +135,9 @@ sub cmd {
         ) {
            $timeout = 10*60; # 10 mins ?
        } else {
-           $timeout = 3; # default
+           #  NOTE: if you came here as user and want to change this, try using IO-Threads first
+           # which move out quite some processing of the main thread, leaving more time for QMP
+           $timeout = 5; # default
        }
     }