mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
added an internal setting to control the main refresh interval
This commit is contained in:
@ -156,5 +156,17 @@
|
||||
<summary>List of cover regex</summary>
|
||||
<description></description>
|
||||
</key>
|
||||
<key type="i" name="refresh-interval">
|
||||
<default>100</default>
|
||||
<summary>Main refresh interval</summary>
|
||||
<description>
|
||||
This setting should only be used if you know what you are doing!
|
||||
It controls the time in msec. between two status requests to MPD.
|
||||
To high values (long time) will make mpdevil very slow in terms
|
||||
of showing the latest status of MPD (e.g. current song).
|
||||
To low values (short time) can cause gui blocks making mpdevil
|
||||
unresponsive and cpu intensive.
|
||||
</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
Reference in New Issue
Block a user