mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-31 17:17:56 +03:00
prefs: Disable memory polling by default
This path hits the qemu monitor, and leads to the virt-manager UI being locked up when performing asynchronous tasks like creating a snapshot. So make it opt in for people that want it.
This commit is contained in:
parent
94b7c124f6
commit
f6de5331ba
@ -128,7 +128,7 @@
|
||||
<description>Whether or not the app will poll VM network i/o statistics</description>
|
||||
</key>
|
||||
<key name="enable-memory-poll" type="b">
|
||||
<default>true</default>
|
||||
<default>false</default>
|
||||
<summary>Poll memory stats</summary>
|
||||
<description>Whether or not the app will poll VM memory statistics</description>
|
||||
</key>
|
||||
|
Loading…
Reference in New Issue
Block a user