summaryrefslogtreecommitdiff
path: root/include/onlineupdate
diff options
context:
space:
mode:
Diffstat (limited to 'include/onlineupdate')
-rw-r--r--include/onlineupdate/mar_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onlineupdate/mar_private.h b/include/onlineupdate/mar_private.h
index 12ff99d65e1f..319564b749a4 100644
--- a/include/onlineupdate/mar_private.h
+++ b/include/onlineupdate/mar_private.h
@@ -23,7 +23,7 @@
/* Make sure the file is less than 500MB. We do this to protect against
invalid MAR files. */
-#define MAX_SIZE_OF_MAR_FILE ((int64_t)524288000)
+#define MAX_SIZE_OF_MAR_FILE ((int64_t)1824288000)
/* Existing code makes assumptions that the file size is
smaller than LONG_MAX. */