]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QMPClient.pm
QMP client: remove unnecessary question mark from comment
[qemu-server.git] / PVE / QMPClient.pm
index 0a35db745454ebcfa9c3efefa56bdf1f3b5e9976..42e54f01b830569226f2b8a1a349cd0e229f2e05 100644 (file)
@@ -132,7 +132,7 @@ sub cmd {
            $cmd->{execute} eq 'blockdev-snapshot-internal-sync' ||
            $cmd->{execute} eq 'blockdev-snapshot-delete-internal-sync'
         ) {
-           $timeout = 10*60; # 10 mins ?
+           $timeout = 10*60; # 10 mins
        } else {
            #  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