# HG changeset patch # User melunko # Date 1179328266 -3600 # Node ID aa8c04b7c3629fa5627b4d22cfcd2d396d364db3 # Parent 97a33046e7c6b49f4714a26a2fa22dd2a7b7869d [svn r673] file transfer livetv read tries increaded to 20 diff -r 97a33046e7c6 -r aa8c04b7c362 gmyth/debian/rules --- a/gmyth/debian/rules Wed May 16 16:09:28 2007 +0100 +++ b/gmyth/debian/rules Wed May 16 16:11:06 2007 +0100 @@ -11,7 +11,7 @@ maint: debian/control common_conf_flags = \ - --disable-debug + --enable-debug # FIXME: should disable docs for arch only builds DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags) diff -r 97a33046e7c6 -r aa8c04b7c362 gmyth/src/gmyth_file_transfer.c --- a/gmyth/src/gmyth_file_transfer.c Wed May 16 16:09:28 2007 +0100 +++ b/gmyth/src/gmyth_file_transfer.c Wed May 16 16:11:06 2007 +0100 @@ -731,7 +731,7 @@ gmyth_string_list_append_char_array (strlist, "REQUEST_BLOCK"); gmyth_string_list_append_int (strlist, size - total_read); - guint iter_count = 3; + guint iter_count = 20; do {