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:
parent
3b1967ec71
commit
b1276ea1b4
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user