aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-29 18:14:29 +0000
committerKalle Wallin <kaw@linux.se>2004-03-29 18:14:29 +0000
commit4ec34bcde02a6bd4cbf3e7b8db2adcad1d48689c (patch)
tree1be57093ac835929ee3cbda78e7601db302de876
parentf1364fc6fe9c9c16f708347bd262e8669509276f (diff)
downloadmpd-4ec34bcde02a6bd4cbf3e7b8db2adcad1d48689c.tar.gz
mpd-4ec34bcde02a6bd4cbf3e7b8db2adcad1d48689c.tar.xz
mpd-4ec34bcde02a6bd4cbf3e7b8db2adcad1d48689c.zip
Changed non blocking read timeout from 100ms to 250ms.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@539 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.h b/screen.h
index 82033d875..60b253883 100644
--- a/screen.h
+++ b/screen.h
@@ -23,7 +23,7 @@
#define SCREEN_MIN_ROWS 5
/* timeout for non blocking read [ms] */
-#define SCREEN_TIMEOUT 100
+#define SCREEN_TIMEOUT 250
#define IS_PLAYING(s) (s==MPD_STATUS_STATE_PLAY)
#define IS_PAUSED(s) (s==MPD_STATUS_STATE_PAUSE)