Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 376f04e0 authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "avoid data overflow in low memory device"

parents 5d9cdae3 ba117304
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <string>
#include <vector>

constexpr unsigned int kMaxDownloadSizeDefault = 0x20000000;
constexpr unsigned int kMaxDownloadSizeDefault = 0x10000000;

class FastbootDevice;