Skip to content

Commit

Permalink
mtp-responder: Update comment for MTP_MAX_IO_BUF_SIZE
Browse files Browse the repository at this point in the history
See #6

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
  • Loading branch information
JianyuWang0623 committed Jan 5, 2025
1 parent f7a52f1 commit 75fe1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mtp_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
#define MTP_INIT_TX_IPC_SIZE 32768
#define MTP_MAX_RX_IPC_SIZE 32768
#define MTP_MAX_TX_IPC_SIZE 32768
#define MTP_MAX_IO_BUF_SIZE 4194304 /* 10MB */
#define MTP_MAX_IO_BUF_SIZE 4194304 /* 20MB */
#define MTP_READ_FILE_DELAY 0 /* us */

#define MTP_SUPPORT_PTHREAD_SCHED false
Expand Down

0 comments on commit 75fe1e4

Please sign in to comment.