Skip to content

Commit a50e80d

Browse files
ix-56hNicolasIRAGNE
authored andcommitted
specify max_file_size is bytes in IngestionQuery
1 parent 246e2a3 commit a50e80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitingest/schemas/ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class IngestionQuery(BaseModel): # pylint: disable=too-many-instance-attributes
4141
tag : str | None
4242
The tag of the repository.
4343
max_file_size : int
44-
The maximum file size to ingest (default: 10 MB).
44+
The maximum file size to ingest in bytes (default: 10 MB).
4545
ignore_patterns : set[str]
4646
The patterns to ignore (default: ``set()``).
4747
include_patterns : set[str] | None

0 commit comments

Comments
 (0)