From b1276ea1b485c7ff7baf702d75b780fbc402d9fb Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 13 Feb 2022 18:18:09 +0800 Subject: [PATCH] system/adb: Change the default value of ADBD_PAYLOAD_SIZE to 1024 improve the speed of "adb push" and "adb pull" Signed-off-by: Xiang Xiao --- system/adb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/adb/Kconfig b/system/adb/Kconfig index 87fa0b66d..2fe73b450 100644 --- a/system/adb/Kconfig +++ b/system/adb/Kconfig @@ -83,7 +83,7 @@ config ADBD_FEATURES config ADBD_PAYLOAD_SIZE int "Normal ADB frame size" - default 64 + default 1024 ---help--- Normal frame size in bytes.