Don't allow keep-alive sending if --read-batch is enabled.
authorWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 19:37:49 +0000 (19:37 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 19:37:49 +0000 (19:37 +0000)
generator.c

index 1c3ceaa..9dff344 100644 (file)
@@ -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 = io_timeout / 2;
+       int allowed_lull = read_batch ? 0 : io_timeout / 2;
 
        if (protocol_version >= 29) {
                itemizing = 1;