File size: 182 Bytes
776286d | 1 2 3 4 5 6 | /**
* A file whose unified diff text is longer than this is a "large file": its
* hunks are not parsed (the built-in panel's size cap).
*/
export const MAX_DIFF_BYTES = 1_000_000
|
776286d | 1 2 3 4 5 6 | /**
* A file whose unified diff text is longer than this is a "large file": its
* hunks are not parsed (the built-in panel's size cap).
*/
export const MAX_DIFF_BYTES = 1_000_000
|