File size: 89 Bytes
8a58cf3
 
 
 
 
1
2
3
4
5
6
"""Set of constants."""

MAX_CHUNK_SIZE = 3900
MAX_CHUNK_OVERLAP = 200
NUM_OUTPUTS = 256