Code

Changed non blocking read timeout from 100ms to 250ms.
authorKalle Wallin <kaw@linux.se>
Mon, 29 Mar 2004 18:14:29 +0000 (18:14 +0000)
committerKalle Wallin <kaw@linux.se>
Mon, 29 Mar 2004 18:14:29 +0000 (18:14 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@539 09075e82-0dd4-0310-85a5-a0d7c8717e4f

screen.h

index 82033d87536e7474583887a2430bb805dcfde845..60b253883c287e013761990484279c9fc2a8dc00 100644 (file)
--- 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)