diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm index b4cdcf62..9805c206 100644 --- a/PVE/QMPClient.pm +++ b/PVE/QMPClient.pm @@ -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 } }