mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-01 00:18:18 +02:00
3 lines
100 B
Python
3 lines
100 B
Python
MAX_IN_MEMORY_SIZE = 30 * 1024 * 1024 # 30MB
|
|
STANDARD_CHUNK_SIZE = 10 * 1024 * 1024 # 10MB chunks
|