mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
prefs: Allow disabling all memorystats polling
Similar to how we allow disabling disk/net polling, not sure yet what effect it might have on remote connections, so best to add this option just to be safe. Unlike disk/net stats, we enable this checking by default.
This commit is contained in:
@@ -121,6 +121,11 @@
|
||||
<summary>Poll net i/o stats</summary>
|
||||
<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>
|
||||
<summary>Poll memory stats</summary>
|
||||
<description>Whether or not the app will poll VM memory statistics</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user