We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603cb40 commit 71285fcCopy full SHA for 71285fc
edgar/documents/config.py
@@ -47,7 +47,7 @@ class ParserConfig:
47
"""
48
49
# Performance settings
50
- max_document_size: int = 130 * 1024 * 1024 # 110MB (handles large filings like NPORT-P)
+ max_document_size: int = 160 * 1024 * 1024 # 160MB (handles large filings like NPORT-P)
51
streaming_threshold: int = 10 * 1024 * 1024 # 10MB
52
cache_size: int = 1000
53
enable_parallel: bool = True
0 commit comments