Merge pull request #856 from cbcoutinho/fix/graphics-limit-timeout-tuning
fix: lower DOCUMENT_PDF_GRAPHICS_LIMIT default 5000 → 1000 (parse timeouts)
This commit is contained in:
@@ -182,7 +182,7 @@ async def test_processor_success_builds_page_boundaries(monkeypatch):
|
||||
assert "Hello world" in result.text
|
||||
assert result.metadata["page_boundaries"][0]["page"] == 1
|
||||
# settings forwarded to the isolated parse
|
||||
assert seen["graphics_limit"] == 5000
|
||||
assert seen["graphics_limit"] == 1000
|
||||
assert seen["timeout_seconds"] == 120
|
||||
assert seen["mem_limit_mb"] == 1536
|
||||
|
||||
|
||||
Reference in New Issue
Block a user