]> git.proxmox.com Git - qemu-server.git/commitdiff
QMP client: remove unnecessary question mark from comment
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 9 Feb 2024 12:14:25 +0000 (13:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Mar 2024 13:35:16 +0000 (14:35 +0100)
There might've been a question back when it got first added in commit
9d689077 ("use long timeouts for snapshot monitor command"). But
nowadays, the value is well-established. Changing it would affect
quite a few operations, so that should not be done without good
reason and is likely better done for the specific operation.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
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