Skip to content

Commit 233459b

Browse files
author
Dai Hung PHAM
committed
from gitingest.ingest_from_query import MAX_FILE_SIZE
1 parent c281db3 commit 233459b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gitingest/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
import pathlib
33
import click
44
import sys
5+
6+
from gitingest.ingest_from_query import MAX_FILE_SIZE
57
from .encoding import setup_encoding
68

79
# Setup encoding first
810
setup_encoding()
911

1012
# Define constants
11-
MAX_FILE_SIZE = 51200 # 50KB by default
1213
DEFAULT_IGNORE_PATTERNS = []
1314

1415
def normalize_pattern(pattern: str) -> str:

0 commit comments

Comments
 (0)