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 <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-02-13 18:18:09 +08:00 committed by Petro Karashchenko
parent 3b1967ec71
commit b1276ea1b4

View File

@ -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.