Lower the maximum block size used with rsync down to the maximum acceptable size...
authorBrad Smith <brad@comstyle.com>
Wed, 22 Apr 2015 06:23:27 +0000 (02:23 -0400)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 Apr 2015 08:04:02 +0000 (20:04 +1200)
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
build_test.fns

index 2d45fb4f45774fb89d75b4fa7c2aa663ee495844..aec66d422e4012c061352a5762402fae97fefad1 100644 (file)
@@ -104,7 +104,7 @@ send_logs() {
 
 send_logs_skip() {
        touch "$1" "$2"
-       send_logs "$1" "$2" -B 10000000
+       send_logs "$1" "$2" -B 131072
 }
 
 ############################