bnc#892003 Index: virt-manager-1.1.0/virtManager/connection.py =================================================================== --- virt-manager-1.1.0.orig/virtManager/connection.py +++ virt-manager-1.1.0/virtManager/connection.py @@ -1028,7 +1028,7 @@ class vmmConnection(vmmGObject): self._add_conn_events() try: - self._backend.setKeepAlive(20, 1) + self._backend.setKeepAlive(20, 10) except Exception, e: if (type(e) is not AttributeError and not util.is_error_nosupport(e)):