# HG changeset patch # User melunko # Date 1179328396 -3600 # Node ID 7a6b3fa42278c6ae7c0623bf606b0557530be1fe # Parent aa8c04b7c3629fa5627b4d22cfcd2d396d364db3 [svn r674] file transfer livetv read tries increaded to 200 diff -r aa8c04b7c362 -r 7a6b3fa42278 gmyth/src/gmyth_file_transfer.c --- a/gmyth/src/gmyth_file_transfer.c Wed May 16 16:11:06 2007 +0100 +++ b/gmyth/src/gmyth_file_transfer.c Wed May 16 16:13:16 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 = 20; + guint iter_count = 200; do {