We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f28c4 commit 48127d4Copy full SHA for 48127d4
uspace/app/bdsh/cmds/modules/cp/cp.c
@@ -44,7 +44,7 @@
44
#include "cmds.h"
45
46
#define CP_VERSION "0.0.1"
47
-#define CP_DEFAULT_BUFLEN 1024
+#define CP_DEFAULT_BUFLEN (1024 * 64)
48
49
static const char *cmdname = "cp";
50
static console_ctrl_t *con;
0 commit comments