diff --git a/fastboot/device/commands.h b/fastboot/device/commands.h index afd6d0806..9b6e7b6e1 100644 --- a/fastboot/device/commands.h +++ b/fastboot/device/commands.h @@ -19,7 +19,7 @@ #include #include -constexpr unsigned int kMaxDownloadSizeDefault = 0x20000000; +constexpr unsigned int kMaxDownloadSizeDefault = 0x10000000; class FastbootDevice;