Expand description
Chunking constants for large file handling
Constantsยง
- CHUNK_
END_ LINES - Number of lines to read from end of file when chunking
- CHUNK_
START_ LINES - Number of lines to read from start of file when chunking
- MAX_
LINES_ THRESHOLD - Maximum lines before triggering chunking for read_file
- MAX_
WRITE_ CONTENT_ SIZE - Maximum content size for write_file before chunking (in bytes)
- WRITE_
CHUNK_ SIZE - Chunk size for write operations (in bytes)