[svn r673] file transfer livetv read tries increaded to 20 trunk
authormelunko
Wed May 16 16:11:06 2007 +0100 (2007-05-16)
branchtrunk
changeset 667aa8c04b7c362
parent 666 97a33046e7c6
child 668 7a6b3fa42278
[svn r673] file transfer livetv read tries increaded to 20
gmyth/debian/rules
gmyth/src/gmyth_file_transfer.c
     1.1 --- a/gmyth/debian/rules	Wed May 16 16:09:28 2007 +0100
     1.2 +++ b/gmyth/debian/rules	Wed May 16 16:11:06 2007 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  maint: debian/control
     1.5  
     1.6  common_conf_flags = \
     1.7 -	--disable-debug
     1.8 +	--enable-debug
     1.9  
    1.10  # FIXME: should disable docs for arch only builds
    1.11  DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
     2.1 --- a/gmyth/src/gmyth_file_transfer.c	Wed May 16 16:09:28 2007 +0100
     2.2 +++ b/gmyth/src/gmyth_file_transfer.c	Wed May 16 16:11:06 2007 +0100
     2.3 @@ -731,7 +731,7 @@
     2.4      gmyth_string_list_append_char_array (strlist, "REQUEST_BLOCK");
     2.5      gmyth_string_list_append_int (strlist, size - total_read);
     2.6  
     2.7 -    guint iter_count = 3;
     2.8 +    guint iter_count = 20;
     2.9  
    2.10      do
    2.11      {