summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c
index b4284eba0a..3734d8d47f 100644
--- a/source3/client/clitar.c
+++ b/source3/client/clitar.c
@@ -43,7 +43,7 @@
*
* The actual choice is made by libarchive.
*/
-#define TAR_DEFAULT_BLOCK_SIZE 20
+#define TAR_DEFAULT_BLOCK_SIZE (20*512)
#define TAR_CLI_READ_SIZE 0xff00