decrease max svg parsing (#4430)

This commit is contained in:
LawyZheng
2026-01-10 10:52:47 +08:00
committed by GitHub
parent 2ce6228478
commit dad3590d7a
2 changed files with 2 additions and 1 deletions

View File

@@ -374,6 +374,7 @@ class Settings(BaseSettings):
BITWARDEN_SERVER_PORT: int = 8002
SVG_MAX_LENGTH: int = 100000
SVG_MAX_PARSING_ELEMENT_CNT: int = 3000
ENABLE_LOG_ARTIFACTS: bool = False
ENABLE_CODE_BLOCK: bool = True