summaryrefslogtreecommitdiffstats
path: root/variables.h
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-01-22 03:26:43 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-24 20:44:11 +0100
commit3bf2b0e63052bb5537398f38ecc5b19fec7dec39 (patch)
tree1863f58ab9caa25232741dc25dcded4368020ae4 /variables.h
parentmove libexfat and fuse to be compiled with mkexfatfs (diff)
downloadandroid_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.tar
android_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.tar.gz
android_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.tar.bz2
android_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.tar.lz
android_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.tar.xz
android_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.tar.zst
android_bootable_recovery-3bf2b0e63052bb5537398f38ecc5b19fec7dec39.zip
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index f56a46943..91c1f2c13 100644
--- a/variables.h
+++ b/variables.h
@@ -164,7 +164,7 @@
// tw_sp2_is_mountable
// tw_sp3_is_mountable
-// Max archive size for tar backups before we split (4GB)
-#define MAX_ARCHIVE_SIZE 4294967296LLU
+// Max archive size for tar backups before we split (1.5GB)
+#define MAX_ARCHIVE_SIZE 1610612736LLU
#endif // _VARIABLES_HEADER_