use unit all over
[BackupPC.git] / conf / config.pl
index d852607..e0b682e 100644 (file)
@@ -2314,13 +2314,11 @@ $Conf{GzipSchema} = '\\h_\\s_\\n';
 # default: 4.2Gb for DVD
 #
 #$Conf{ArchiveMediaSize} = 4200 * 1024 * 1024;
-$Conf{ArchiveMediaSize} = 4404019200;
 
 #
 # maximum size of one (uncompressed) file on archive medium (in bytes)
 # default: 2Gb - 2k for DVD
 #$Conf{ArchiveChunkSize} = (2048 - 2) * 1024 * 1024;
-$Conf{ArchiveChunkSize} = 2145386496;
 
 #
 # Temporary directory for ISO images (relative to install dir)