Skip to content

Commit

Permalink
Merge pull request #103 from rwnobrega/master
Browse files Browse the repository at this point in the history
Increase MAX_SIZE_CRC32 from 500M to 1G
  • Loading branch information
Swordfish90 authored Oct 6, 2020
2 parents eae9e2d + 0fa95bb commit ab4c57c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object DocumentFileParser {

private const val MAX_CHECKED_ENTRIES = 3
private const val SINGLE_ARCHIVE_THRESHOLD = 0.9
private const val MAX_SIZE_CRC32 = 500_000_000
private const val MAX_SIZE_CRC32 = 1_000_000_000

fun parseDocumentFile(context: Context, baseStorageFile: BaseStorageFile): StorageFile {
return if (baseStorageFile.extension == "zip") {
Expand Down

0 comments on commit ab4c57c

Please sign in to comment.