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:
Cole Robinson 2014-02-11 15:30:16 -05:00
parent d220cc5d52
commit b1697056e4

View File

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