🔧 chore: update STREAMING_TIMEOUT default value to 120 seconds in configuration

This commit is contained in:
CaIon
2025-06-22 18:47:40 +08:00
parent 6192aebe66
commit 75c71c397e
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ var ErrorLogEnabled bool
//}
func InitEnv() {
StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 60)
StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 120)
DifyDebug = common.GetEnvOrDefaultBool("DIFY_DEBUG", true)
MaxFileDownloadMB = common.GetEnvOrDefault("MAX_FILE_DOWNLOAD_MB", 20)
// ForceStreamOption 覆盖请求参数强制返回usage信息