diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 641b12e35..6d83dac6c 100644 --- a/src/main.c +++ b/src/main.c @@ -41,6 +41,9 @@ #include <signal.h> #include <string.h> +/* time between mpd updates [s] */ +static const float MPD_UPDATE_TIME = 0.5; + #define BUFSIZE 1024 static const guint idle_interval = 500; |