Skip to content

Commit 71285fc

Browse files
committed
Set max document size to 160MB
1 parent 603cb40 commit 71285fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edgar/documents/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ParserConfig:
4747
"""
4848

4949
# Performance settings
50-
max_document_size: int = 130 * 1024 * 1024 # 110MB (handles large filings like NPORT-P)
50+
max_document_size: int = 160 * 1024 * 1024 # 160MB (handles large filings like NPORT-P)
5151
streaming_threshold: int = 10 * 1024 * 1024 # 10MB
5252
cache_size: int = 1000
5353
enable_parallel: bool = True

0 commit comments

Comments
 (0)