mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-05 09:17:57 +03:00
prefs: Change the tick interval to 3 seconds
Most libvirt usage now shouldn't need a high tick interval, since we are using async events. So raise it.
This commit is contained in:
parent
d220cc5d52
commit
b1697056e4
@ -111,7 +111,7 @@
|
|||||||
<schema id="org.virt-manager.virt-manager.stats" path="/org/virt-manager/virt-manager/stats/">
|
<schema id="org.virt-manager.virt-manager.stats" path="/org/virt-manager/virt-manager/stats/">
|
||||||
|
|
||||||
<key name="update-interval" type="i">
|
<key name="update-interval" type="i">
|
||||||
<default>1</default>
|
<default>3</default>
|
||||||
<summary>The statistics update interval</summary>
|
<summary>The statistics update interval</summary>
|
||||||
<description>The statistics update interval in seconds</description>
|
<description>The statistics update interval in seconds</description>
|
||||||
</key>
|
</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user