mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-31 17:17:56 +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/">
|
||||
|
||||
<key name="update-interval" type="i">
|
||||
<default>1</default>
|
||||
<default>3</default>
|
||||
<summary>The statistics update interval</summary>
|
||||
<description>The statistics update interval in seconds</description>
|
||||
</key>
|
||||
|
Loading…
Reference in New Issue
Block a user