Set MERMAID_MAX_SOURCE_CHARACTERS to 50000 (#34152)

Fix #32015
This commit is contained in:
wxiaoguang
2025-04-09 15:52:01 +08:00
repo.diff.committed_by GitHub
repo.diff.parent 1b2d8df13d
repo.diff.commit f8edc29f5d
repo.diff.stats_desc%!(EXTRA int=2, int=2, int=2)

repo.diff.view_file

@@ -2457,7 +2457,7 @@ LEVEL = Info
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Set the maximum number of characters in a mermaid source. (Set to -1 to disable limits)
;MERMAID_MAX_SOURCE_CHARACTERS = 5000
;MERMAID_MAX_SOURCE_CHARACTERS = 50000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;