summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-14 21:59:35 +0000
committerphintuka <phintuka>2008-11-14 21:59:35 +0000
commite4eb62d9bcee6ea2e15857a48f1f28420cce652b (patch)
tree463b9bc21093c256494d8d1f29c427245423468e
parentd8205680a04d7c0a642d937ed11dc5774a1ae85e (diff)
downloadxineliboutput-e4eb62d9bcee6ea2e15857a48f1f28420cce652b.tar.gz
xineliboutput-e4eb62d9bcee6ea2e15857a48f1f28420cce652b.tar.bz2
Increased PLAYFILE_TIMEOUT to 20 seconds
-rw-r--r--frontend_svr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_svr.c b/frontend_svr.c
index ec2094c6..578edc6a 100644
--- a/frontend_svr.c
+++ b/frontend_svr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.c,v 1.58 2008-07-04 09:58:36 phintuka Exp $
+ * $Id: frontend_svr.c,v 1.59 2008-11-14 21:59:35 phintuka Exp $
*
*/
@@ -52,7 +52,7 @@
#define LOG_OSD_BANDWIDTH (128*1024) /* log messages if OSD bandwidth > 1 Mbit/s */
#define PLAYFILE_CTRL_TIMEOUT 300 /* ms */
-#define PLAYFILE_TIMEOUT 5000 /* ms */
+#define PLAYFILE_TIMEOUT 20000 /* ms */
typedef struct {
int Size;