From: Brad Smith Date: Wed, 22 Apr 2015 06:23:27 +0000 (-0400) Subject: Lower the maximum block size used with rsync down to the maximum acceptable size... X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=51dcd52453b0a5371ec983d2fb73506707d8f4b0 Lower the maximum block size used with rsync down to the maximum acceptable size for modern versions of rsync (128KB). Reviewed-by: Andrew Bartlett Signed-off-by: Andrew Bartlett --- diff --git a/build_test.fns b/build_test.fns index 2d45fb4f..aec66d42 100644 --- a/build_test.fns +++ b/build_test.fns @@ -104,7 +104,7 @@ send_logs() { send_logs_skip() { touch "$1" "$2" - send_logs "$1" "$2" -B 10000000 + send_logs "$1" "$2" -B 131072 } ############################