| ... | @@ -122,7 +122,7 @@ pub const HexDigest = [hex_digest_len]u8; | ... | @@ -122,7 +122,7 @@ pub const HexDigest = [hex_digest_len]u8; |
| 122 | | 122 | |
| 123 | /// This is currently just an arbitrary non-empty string that can't match another manifest line. | 123 | /// This is currently just an arbitrary non-empty string that can't match another manifest line. |
| 124 | const manifest_header = "0"; | 124 | const manifest_header = "0"; |
| 125 | const manifest_file_size_max = 50 * 1024 * 1024; | 125 | const manifest_file_size_max = 100 * 1024 * 1024; |
| 126 | | 126 | |
| 127 | /// The type used for hashing file contents. Currently, this is SipHash128(1, 3), because it | 127 | /// The type used for hashing file contents. Currently, this is SipHash128(1, 3), because it |
| 128 | /// provides enough collision resistance for the Manifest use cases, while being one of our | 128 | /// provides enough collision resistance for the Manifest use cases, while being one of our |