Coverage for langsmith/_internal/_constants.py: 0%

7 statements  

« prev     ^ index     » next       coverage.py v7.10.1, created at 2025-12-11 16:15 -0800

1import uuid 

2 

3_SIZE_LIMIT_BYTES = 20_971_520 # 20MB by default 

4_AUTO_SCALE_UP_QSIZE_TRIGGER = 200 

5_AUTO_SCALE_UP_NTHREADS_LIMIT = 32 

6_AUTO_SCALE_DOWN_NEMPTY_TRIGGER = 4 

7_BLOCKSIZE_BYTES = 1024 * 1024 # 1MB 

8_BOUNDARY = uuid.uuid4().hex