X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/18a11cfd48482c3a65f310c7dabca2bb8615b835..8ebdc9724efd6a4f3aeaf6287f5dc7c4762969b8:/generator.c diff --git a/generator.c b/generator.c index 68289729..22a8dbad 100644 --- a/generator.c +++ b/generator.c @@ -1075,7 +1075,7 @@ void generate_files(int f_out, struct file_list *flist, char *local_name, int need_retouch_dir_perms = 0; int save_only_existing = only_existing; int save_opt_ignore_existing = opt_ignore_existing; - int allowed_lull = read_batch ? 0 : io_timeout / 2; + int allowed_lull = read_batch ? 0 : (io_timeout + 1) / 2; int lull_mod = allowed_lull * 5; if (protocol_version >= 29) {