There was an error while loading. Please reload this page.
1 parent 4f62daa commit 96d62f9Copy full SHA for 96d62f9
src/ingest.py
@@ -6,7 +6,7 @@
6
7
MAX_DIRECTORY_DEPTH = 10 # Maximum depth of directory traversal
8
MAX_FILES = 10000 # Maximum number of files to process
9
-MAX_TOTAL_SIZE_BYTES = 100 * 1024 * 1024 # 100MB total size limit
+MAX_TOTAL_SIZE_BYTES = 500 * 1024 * 1024 # 100MB total size limit
10
11
def should_ignore(path: str, base_path: str, ignore_patterns: List[str]) -> bool:
12
"""Checks if a file or directory should be ignored based on patterns."""
0 commit comments