[svn r773] * Changed timeout value to 6s trunk
authormorphbr
Mon Jul 02 09:18:52 2007 +0100 (2007-07-02)
branchtrunk
changeset 767372e7c8135b9
parent 766 f1da4fbe667e
child 768 b405295259f3
[svn r773] * Changed timeout value to 6s
gmyth/src/gmyth_epg.c
     1.1 --- a/gmyth/src/gmyth_epg.c	Mon Jul 02 08:33:58 2007 +0100
     1.2 +++ b/gmyth/src/gmyth_epg.c	Mon Jul 02 09:18:52 2007 +0100
     1.3 @@ -39,7 +39,7 @@
     1.4  #include "gmyth_file_transfer.h"
     1.5  #include "gmyth_debug.h"
     1.6  
     1.7 -#define CONNECT_TIMEOUT 4
     1.8 +#define CONNECT_TIMEOUT 6
     1.9  
    1.10  static void     gmyth_epg_class_init(GMythEPGClass * klass);
    1.11  static void     gmyth_epg_init(GMythEPG * object);