mirror of
https://github.com/langgenius/dify.git
synced 2026-06-26 14:51:13 +08:00
fix api tests issue
This commit is contained in:
parent
ecec445e62
commit
067d1d1578
@ -1009,6 +1009,10 @@ SENDGRID_API_KEY=
|
||||
# Maximum length of segmentation tokens for indexing
|
||||
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=4000
|
||||
|
||||
# Maximum number of worker threads used for high-quality dataset indexing.
|
||||
# Lower this value to reduce memory usage and avoid OOM/freezes during re-indexing.
|
||||
INDEXING_MAX_WORKERS=2
|
||||
|
||||
# Member invitation link valid time (hours),
|
||||
# Default: 72.
|
||||
INVITE_EXPIRY_HOURS=72
|
||||
|
||||
Loading…
Reference in New Issue
Block a user