author | melunko |
Wed May 16 16:13:16 2007 +0100 (2007-05-16) | |
branch | trunk |
changeset 668 | 7a6b3fa42278 |
parent 667 | aa8c04b7c362 |
child 669 | fbda74f25b90 |
1.1 --- a/gmyth/src/gmyth_file_transfer.c Wed May 16 16:11:06 2007 +0100 1.2 +++ b/gmyth/src/gmyth_file_transfer.c Wed May 16 16:13:16 2007 +0100 1.3 @@ -731,7 +731,7 @@ 1.4 gmyth_string_list_append_char_array (strlist, "REQUEST_BLOCK"); 1.5 gmyth_string_list_append_int (strlist, size - total_read); 1.6 1.7 - guint iter_count = 20; 1.8 + guint iter_count = 200; 1.9 1.10 do 1.11 {