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:
Cole Robinson 2014-02-10 15:14:10 -05:00
parent 94b7c124f6
commit f6de5331ba

View File

@ -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>