propagate default dpi=72 and PDF to images cap = 1800 (30m)

This commit is contained in:
2026-03-26 23:59:48 -07:00
parent f18e9da2dd
commit 5f68aa5567
6 changed files with 10 additions and 10 deletions
@@ -40,7 +40,7 @@ def load_server_config() -> ServerConfig:
os.getenv("CONVERSION_PPTX_TO_PDF_TIMEOUT_SECONDS", "180")
),
conversion_pdf_to_images_timeout_seconds=int(
os.getenv("CONVERSION_PDF_TO_IMAGES_TIMEOUT_SECONDS", "600")
os.getenv("CONVERSION_PDF_TO_IMAGES_TIMEOUT_SECONDS", "1800")
),
conversion_pptx_to_pdf_base_timeout_seconds=int(
os.getenv("CONVERSION_PPTX_TO_PDF_BASE_TIMEOUT_SECONDS", "45")