fix: lower rich content expansion defaults
This commit is contained in:
@@ -53,11 +53,11 @@ export const DEFAULT_ONENOTE_PARSER_LIMITS: Readonly<OneNoteParserLimits> = {
|
||||
maxAutoRenderImageDimension: DEFAULT_BROWSER_IMAGE_SAFETY_LIMITS.maxDimension,
|
||||
maxAutoRenderImagePixels: DEFAULT_BROWSER_IMAGE_SAFETY_LIMITS.maxPixels,
|
||||
maxGraphDepth: 256,
|
||||
maxContentBlocks: 1_000_000,
|
||||
maxTextRuns: 1_000_000,
|
||||
maxTableCells: 1_000_000,
|
||||
maxInkPoints: 5_000_000,
|
||||
maxPages: 100_000,
|
||||
maxContentBlocks: 100_000,
|
||||
maxTextRuns: 100_000,
|
||||
maxTableCells: 100_000,
|
||||
maxInkPoints: 100_000,
|
||||
maxPages: 10_000,
|
||||
maxDiagnostics: 10_000,
|
||||
maxExtractedTextChars: 2_000_000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user