Skip to content

Commit aa0bfe3

Browse files
committed
mkfile: increase buffer size
1 parent 61f28c4 commit aa0bfe3

File tree

1 file changed

+1
-1
lines changed
  • uspace/app/bdsh/cmds/modules/mkfile

1 file changed

+1
-1
lines changed

uspace/app/bdsh/cmds/modules/mkfile/mkfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#include "cmds.h"
4848

4949
/** Number of bytes to write at a time */
50-
#define BUFFER_SIZE 16384
50+
#define BUFFER_SIZE (1024 * 64)
5151

5252
static const char *cmdname = "mkfile";
5353

0 commit comments

Comments
 (0)