mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-11 08:33:41 +08:00
chore: 重构
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