mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 17:43:40 +08:00
merge upstream
Signed-off-by: wozulong <>
This commit is contained in:
7
constant/env.go
Normal file
7
constant/env.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package constant
|
||||
|
||||
import (
|
||||
"one-api/common"
|
||||
)
|
||||
|
||||
var StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 30)
|
||||
Reference in New Issue
Block a user