pub const DEFAULT_TEXT_SNAPSHOT_CHARACTER_LIMIT: usize = 1_000_000;
Limit how many characters we persist/compare for large text snapshots.