diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 4 |
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_ |