From 51dcd52453b0a5371ec983d2fb73506707d8f4b0 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 22 Apr 2015 02:23:27 -0400 Subject: [PATCH] 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 --- build_test.fns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ############################ -- 2.34.1